Html Css Color HEX #08E142 Malachite

📋 copy color: '#08E142'

red 8 ◦ green 225 ◦ blue 66

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

Shades of Malachite #08E142

Tints of Malachite #08E142

RGB

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

 GREEN value IS 225 (88.28% from 255) = 75.25%

 BLUE value IS 66 (26.17% from 255) = 22.07%

R = 2.68%
G = 75.25%
B = 22.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#08E142 (or 0x08E142) is known color: Malachite. HEX triplet: 08, E1 and 42. RGB value is (8,225,66). Sum of RGB (Red+Green+Blue) = 8+225+66=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 225 (88.28% from 255 or 75.25% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 225 - color contains mainly: green. Hex color #08E142 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08E142 is #F71EBD. Grayscale: #8E8E8E. Windows color (decimal): -16195262 or 4382984. OLE color: 4382984.

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

Color convert

RGB 8 225 66 -
CMYK 0.96 0 0.71 0.12
HSL 136.04º 0.93% 0.46% -
HSV(B) 136.04º 0.96% 0.88% -
XYZ 28.01 54.3 14.16 -
YUV 141.99 85.11 32.43 -
System Red Green Blue C M Y K H S L
Decimal 8 225 66 0.96 0 0.71 0.12 136.04 0.93 0.46
Hex 8 E1 42 60 0 47 C 88 5D 2E
Octal 10 341 102 140 0 107 14 210 135 56
Binary 1000 11100001 1000010 1100000 0 1000111 1100 10001000 1011101 101110

Color Harmonies of #08E142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08E142

Black with #08E142

Text Example


Text Example

White with #08E142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,225,66); }

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

background-color css

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

 a { background-color: rgb(8,225,66); }

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

border-color css

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

 span { border-color: rgb(8,225,66); }

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