#08CF6B

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

Shades of Malachite #08CF6B

Tints of Malachite #08CF6B

Color information

#08CF6B (or 0x08CF6B) is unknown color: approx Malachite. HEX triplet: 08, CF and 6B. RGB value is (8,207,107). Sum of RGB (Red+Green+Blue) = 8+207+107=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 207 (81.25% from 255 or 64.29% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 207 - color contains mainly: green. Hex color #08CF6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CF6B is #F73094. Grayscale: #888888. Windows color (decimal): -16199829 or 7065352. OLE color: 7065352.

HSL color Cylindrical-coordinate representation of color #08CF6B: hue angle of 149.85º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CF6B is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB8207107-
CMYK0.9600.480.19
HSL149.85º92.56%42.16%-
HSV(B)149.85º96.14%81.18%-
XYZ25.0745.7421.42-
YUV136.1111.5736.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.48%
GREEN value IS 207 (81.25% from 255) = 64.29%
BLUE value IS 107 (42.19% from 255) = 33.23%
R=2.48%
G=64.29%
B=33.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal82071070.9600.480.19149.8592.5642.16
Hex8CF6B6003013965d2a
Octal103171531400602322613552
Binary10001100111111010111100000011000010011100101101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,207,107); }

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

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

 a { background-color: rgb(8,207,107); }

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

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

 span { border-color: rgb(8,207,107); }

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