#08D469

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

Shades of Malachite #08D469

Tints of Malachite #08D469

Color information

#08D469 (or 0x08D469) is unknown color: approx Malachite. HEX triplet: 08, D4 and 69. RGB value is (8,212,105). Sum of RGB (Red+Green+Blue) = 8+212+105=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 212 (83.20% from 255 or 65.23% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 212 - color contains mainly: green. Hex color #08D469 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D469 is #F72B96. Grayscale: #8B8B8B. Windows color (decimal): -16198551 or 6935560. OLE color: 6935560.

HSL color Cylindrical-coordinate representation of color #08D469: hue angle of 148.53º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D469 is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB8212105-
CMYK0.9600.500.17
HSL148.53º92.73%43.14%-
HSV(B)148.53º96.23%83.14%-
XYZ26.1948.1621.28-
YUV138.81108.9134.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.46%
GREEN value IS 212 (83.20% from 255) = 65.23%
BLUE value IS 105 (41.41% from 255) = 32.31%
R=2.46%
G=65.23%
B=32.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal82121050.9600.500.17148.5392.7343.14
Hex8D4696003211955d2b
Octal103241511400622122513553
Binary10001101010011010011100000011001010001100101011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08D469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,212,105); }

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

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

 a { background-color: rgb(8,212,105); }

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

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

 span { border-color: rgb(8,212,105); }

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