#08CD5A

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

Shades of Malachite #08CD5A

Tints of Malachite #08CD5A

Color information

#08CD5A (or 0x08CD5A) is unknown color: approx Malachite. HEX triplet: 08, CD and 5A. RGB value is (8,205,90). Sum of RGB (Red+Green+Blue) = 8+205+90=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 205 (80.47% from 255 or 67.66% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 205 - color contains mainly: green. Hex color #08CD5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CD5A is #F732A5. Grayscale: #858585. Windows color (decimal): -16200358 or 5950728. OLE color: 5950728.

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

Color convert

RGB820590-
CMYK0.9600.560.20
HSL144.97º92.49%41.76%-
HSV(B)144.97º96.1%80.39%-
XYZ23.7844.4517-
YUV132.99103.7338.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.64%
GREEN value IS 205 (80.47% from 255) = 67.66%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=2.64%
G=67.66%
B=29.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal8205900.9600.560.20144.9792.4941.76
Hex8CD5A6003814915c2a
Octal103151321400702422113452
Binary10001100110110110101100000011100010100100100011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,205,90); }

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

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

 a { background-color: rgb(8,205,90); }

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

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

 span { border-color: rgb(8,205,90); }

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