Html Css Color HEX #08E046 Malachite

📋 copy color: '#08E046'

red 8 ◦ green 224 ◦ blue 70

#08E046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #08E046

Tints of Malachite #08E046

RGB

 RED value IS 8 (3.52% from 255) = 2.65%

 GREEN value IS 224 (87.89% from 255) = 74.17%

 BLUE value IS 70 (27.73% from 255) = 23.18%

R = 2.65%
G = 74.17%
B = 23.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#08E046 (or 0x08E046) is known color: Malachite. HEX triplet: 08, E0 and 46. RGB value is (8,224,70). Sum of RGB (Red+Green+Blue) = 8+224+70=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 224 (87.89% from 255 or 74.17% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 224 - color contains mainly: green. Hex color #08E046 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08E046 is #F71FB9. Grayscale: #8E8E8E. Windows color (decimal): -16195514 or 4644872. OLE color: 4644872.

HSL color Cylindrical-coordinate representation of color #08E046: hue angle of 137.22º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E046 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 8 224 70 -
CMYK 0.96 0 0.69 0.12
HSL 137.22º 0.93% 0.45% -
HSV(B) 137.22º 0.96% 0.88% -
XYZ 27.86 53.81 14.71 -
YUV 141.86 87.44 32.52 -
System Red Green Blue C M Y K H S L
Decimal 8 224 70 0.96 0 0.69 0.12 137.22 0.93 0.45
Hex 8 E0 46 60 0 45 C 89 5D 2D
Octal 10 340 106 140 0 105 14 211 135 55
Binary 1000 11100000 1000110 1100000 0 1000101 1100 10001001 1011101 101101

Color Harmonies of #08E046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08E046

Black with #08E046

Text Example


Text Example

White with #08E046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08E046; }

 p { color: rgb(8,224,70); }

 H1.HeaderClassName
 {
   color: #08E046;
 }
 .AnyTagClassName
 {
   color: #08E046;
 }
</style>

background-color css

<style>
 a { background-color: #08E046; }

 a { background-color: rgb(8,224,70); }

 div.DivClassName
 {
   background-color: #08E046;
 }
 .BgClassName
 {
   background-color: #08E046;
 }
</style>

border-color css

<style>
 span { border-color: #08E046; }

 span { border-color: rgb(8,224,70); }

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