#0CD25F

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

Shades of Malachite #0CD25F

Tints of Malachite #0CD25F

Color information

#0CD25F (or 0x0CD25F) is unknown color: approx Malachite. HEX triplet: 0C, D2 and 5F. RGB value is (12,210,95). Sum of RGB (Red+Green+Blue) = 12+210+95=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 210 (82.42% from 255 or 66.25% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD25F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD25F is #F32DA0. Grayscale: #898989. Windows color (decimal): -15936929 or 6279692. OLE color: 6279692.

HSL color Cylindrical-coordinate representation of color #0CD25F: hue angle of 145.15º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD25F is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB1221095-
CMYK0.9400.550.18
HSL145.15º89.19%43.53%-
HSV(B)145.15º94.29%82.35%-
XYZ25.264718.57-
YUV137.69103.938.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.79%
GREEN value IS 210 (82.42% from 255) = 66.25%
BLUE value IS 95 (37.5% from 255) = 29.97%
R=3.79%
G=66.25%
B=29.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12210950.9400.550.18145.1589.1943.53
HexCD25F5E0371291592c
Octal143221371360672222113154
Binary11001101001010111111011110011011110010100100011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,210,95); }

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

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

 a { background-color: rgb(12,210,95); }

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

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

 span { border-color: rgb(12,210,95); }

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