#08E166

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

Shades of Malachite #08E166

Tints of Malachite #08E166

Color information

#08E166 (or 0x08E166) is unknown color: approx Malachite. HEX triplet: 08, E1 and 66. RGB value is (8,225,102). Sum of RGB (Red+Green+Blue) = 8+225+102=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 225 (88.28% from 255 or 67.16% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 225 - color contains mainly: green. Hex color #08E166 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08E166 is #F71E99. Grayscale: #929292. Windows color (decimal): -16195226 or 6742280. OLE color: 6742280.

HSL color Cylindrical-coordinate representation of color #08E166: hue angle of 145.99º 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 #08E166 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB8225102-
CMYK0.9600.550.12
HSL145.99º93.13%45.69%-
HSV(B)145.99º96.44%88.24%-
XYZ29.4254.8621.61-
YUV146.09103.1129.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.39%
GREEN value IS 225 (88.28% from 255) = 67.16%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=2.39%
G=67.16%
B=30.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal82251020.9600.550.12145.9993.1345.69
Hex8E16660037C925d2e
Octal103411461400671422213556
Binary1000111000011100110110000001101111100100100101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08E166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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