#08CD4E

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

Shades of Malachite #08CD4E

Tints of Malachite #08CD4E

Color information

#08CD4E (or 0x08CD4E) is unknown color: approx Malachite. HEX triplet: 08, CD and 4E. RGB value is (8,205,78). Sum of RGB (Red+Green+Blue) = 8+205+78=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 205 (80.47% from 255 or 70.45% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 205 - color contains mainly: green. Hex color #08CD4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CD4E is #F732B1. Grayscale: #838383. Windows color (decimal): -16200370 or 5164296. OLE color: 5164296.

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

Color convert

RGB820578-
CMYK0.9600.620.20
HSL141.32º92.49%41.76%-
HSV(B)141.32º96.1%80.39%-
XYZ23.3144.2614.52-
YUV131.6297.7339.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.75%
GREEN value IS 205 (80.47% from 255) = 70.45%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=2.75%
G=70.45%
B=26.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal8205780.9600.620.20141.3292.4941.76
Hex8CD4E6003E148d5c2a
Octal103151161400762421513452
Binary10001100110110011101100000011111010100100011011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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