#08CF68

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

Shades of Malachite #08CF68

Tints of Malachite #08CF68

Color information

#08CF68 (or 0x08CF68) is unknown color: approx Malachite. HEX triplet: 08, CF and 68. RGB value is (8,207,104). Sum of RGB (Red+Green+Blue) = 8+207+104=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 207 (81.25% from 255 or 64.89% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 207 - color contains mainly: green. Hex color #08CF68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CF68 is #F73097. Grayscale: #878787. Windows color (decimal): -16199832 or 6868744. OLE color: 6868744.

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

Color convert

RGB8207104-
CMYK0.9600.500.19
HSL148.94º92.56%42.16%-
HSV(B)148.94º96.14%81.18%-
XYZ24.9145.6820.6-
YUV135.76110.0736.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.51%
GREEN value IS 207 (81.25% from 255) = 64.89%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=2.51%
G=64.89%
B=32.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal82071040.9600.500.19148.9492.5642.16
Hex8CF686003213955d2a
Octal103171501400622322513552
Binary10001100111111010001100000011001010011100101011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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