#00E530

Color #00E530 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #00E530

Tints of Malachite #00E530

Color information

#00E530 (or 0x00E530) is unknown color: approx Malachite. HEX triplet: 00, E5 and 30. RGB value is (0,229,48). Sum of RGB (Red+Green+Blue) = 0+229+48=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 229 (89.84% from 255 or 82.67% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 229 - color contains mainly: green. Hex color #00E530 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00E530 is #FF1ACF. Grayscale: #8C8C8C. Windows color (decimal): -16718544 or 3204352. OLE color: 3204352.

HSL color Cylindrical-coordinate representation of color #00E530: hue angle of 132.58º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E530 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB022948-
CMYK100.790.10
HSL132.58º100%44.9%-
HSV(B)132.58º100%89.8%-
XYZ28.5556.2512.15-
YUV139.976.1328.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 229 (89.84% from 255) = 82.67%
BLUE value IS 48 (19.14% from 255) = 17.33%
R=0%
G=82.67%
B=17.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal022948100.790.10132.5810044.9
Hex0E5306404FA85642d
Octal03456014401171220514455
Binary0111001011100001100100010011111010100001011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00E530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00E530; }

 p { color: rgb(0,229,48); }

 H1.HeaderClassName
 {
   color: #00E530;
 }
 .AnyTagClassName
 {
   color: #00E530;
 }
</style>
background-color css

<style>
 a { background-color: #00E530; }

 a { background-color: rgb(0,229,48); }

 div.DivClassName
 {
   background-color: #00E530;
 }
 .BgClassName
 {
   background-color: #00E530;
 }
</style>
border-color css

<style>
 span { border-color: #00E530; }

 span { border-color: rgb(0,229,48); }

 td.TdClassName
 {
   border-color: #00E530;
 }
 .TagClassName
 {
   border-color: #00E530;
 }
</style>