#0CDB59

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

Shades of Malachite #0CDB59

Tints of Malachite #0CDB59

Color information

#0CDB59 (or 0x0CDB59) is unknown color: approx Malachite. HEX triplet: 0C, DB and 59. RGB value is (12,219,89). Sum of RGB (Red+Green+Blue) = 12+219+89=320 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.75% from 320); Green value is 219 (85.94% from 255 or 68.44% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB59 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDB59 is #F324A6. Grayscale: #8E8E8E. Windows color (decimal): -15934631 or 5888780. OLE color: 5888780.

HSL color Cylindrical-coordinate representation of color #0CDB59: hue angle of 142.32º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDB59 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB1221989-
CMYK0.9500.590.14
HSL142.32º89.61%45.29%-
HSV(B)142.32º94.52%85.88%-
XYZ27.2951.4617.95-
YUV142.2997.9235.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.75%
GREEN value IS 219 (85.94% from 255) = 68.44%
BLUE value IS 89 (35.16% from 255) = 27.81%
R=3.75%
G=68.44%
B=27.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal12219890.9500.590.14142.3289.6145.29
HexCDB595F03BE8e5a2d
Octal143331311370731621613255
Binary1100110110111011001101111101110111110100011101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CDB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CDB59; }

 p { color: rgb(12,219,89); }

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

<style>
 a { background-color: #0CDB59; }

 a { background-color: rgb(12,219,89); }

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

<style>
 span { border-color: #0CDB59; }

 span { border-color: rgb(12,219,89); }

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