#08CB68

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

Shades of Malachite #08CB68

Tints of Malachite #08CB68

Color information

#08CB68 (or 0x08CB68) is unknown color: approx Malachite. HEX triplet: 08, CB and 68. RGB value is (8,203,104). Sum of RGB (Red+Green+Blue) = 8+203+104=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 203 (79.69% from 255 or 64.44% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 203 - color contains mainly: green. Hex color #08CB68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CB68 is #F73497. Grayscale: #858585. Windows color (decimal): -16200856 or 6867720. OLE color: 6867720.

HSL color Cylindrical-coordinate representation of color #08CB68: hue angle of 149.54º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CB68 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB8203104-
CMYK0.9600.490.20
HSL149.54º92.42%41.37%-
HSV(B)149.54º96.06%79.61%-
XYZ23.9543.7620.28-
YUV133.41111.438.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.54%
GREEN value IS 203 (79.69% from 255) = 64.44%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=2.54%
G=64.44%
B=33.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82031040.9600.490.20149.5492.4241.37
Hex8CB686003114965c29
Octal103131501400612422613451
Binary10001100101111010001100000011000110100100101101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,203,104); }

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

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

 a { background-color: rgb(8,203,104); }

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

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

 span { border-color: rgb(8,203,104); }

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