#08CF70

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

Shades of Malachite #08CF70

Tints of Malachite #08CF70

Color information

#08CF70 (or 0x08CF70) is unknown color: approx Malachite. HEX triplet: 08, CF and 70. RGB value is (8,207,112). Sum of RGB (Red+Green+Blue) = 8+207+112=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 207 (81.25% from 255 or 63.30% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 207 - color contains mainly: green. Hex color #08CF70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CF70 is #F7308F. Grayscale: #888888. Windows color (decimal): -16199824 or 7393032. OLE color: 7393032.

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

Color convert

RGB8207112-
CMYK0.9600.460.19
HSL151.36º92.56%42.16%-
HSV(B)151.36º96.14%81.18%-
XYZ25.3445.8522.84-
YUV136.67114.0736.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.45%
GREEN value IS 207 (81.25% from 255) = 63.30%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=2.45%
G=63.30%
B=34.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal82071120.9600.460.19151.3692.5642.16
Hex8CF706002E13975d2a
Octal103171601400562322713552
Binary10001100111111100001100000010111010011100101111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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