#08EE66

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

Shades of Malachite #08EE66

Tints of Malachite #08EE66

Color information

#08EE66 (or 0x08EE66) is unknown color: approx Malachite. HEX triplet: 08, EE and 66. RGB value is (8,238,102). Sum of RGB (Red+Green+Blue) = 8+238+102=348 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.30% from 348); Green value is 238 (93.36% from 255 or 68.39% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 238 - color contains mainly: green. Hex color #08EE66 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08EE66 is #F71199. Grayscale: #9A9A9A. Windows color (decimal): -16191898 or 6745608. OLE color: 6745608.

HSL color Cylindrical-coordinate representation of color #08EE66: hue angle of 144.52º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08EE66 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB8238102-
CMYK0.9700.570.07
HSL144.52º93.5%48.24%-
HSV(B)144.52º96.64%93.33%-
XYZ33.0762.1622.83-
YUV153.7398.824.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.30%
GREEN value IS 238 (93.36% from 255) = 68.39%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=2.30%
G=68.39%
B=29.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal82381020.9700.570.07144.5293.548.24
Hex8EE66610397915d30
Octal10356146141071722113560
Binary100011101110110011011000010111001111100100011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08EE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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