#0CD172

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

Shades of Malachite #0CD172

Tints of Malachite #0CD172

Color information

#0CD172 (or 0x0CD172) is unknown color: approx Malachite. HEX triplet: 0C, D1 and 72. RGB value is (12,209,114). Sum of RGB (Red+Green+Blue) = 12+209+114=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 209 (82.03% from 255 or 62.39% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 209 - color contains mainly: green. Hex color #0CD172 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD172 is #F32E8D. Grayscale: #8B8B8B. Windows color (decimal): -15937166 or 7524620. OLE color: 7524620.

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

Color convert

RGB12209114-
CMYK0.9400.450.18
HSL151.07º89.14%43.33%-
HSV(B)151.07º94.26%81.96%-
XYZ25.9946.8923.6-
YUV139.27113.7337.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.58%
GREEN value IS 209 (82.03% from 255) = 62.39%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=3.58%
G=62.39%
B=34.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal122091140.9400.450.18151.0789.1443.33
HexCD1725E02D1297592b
Octal143211621360552222713153
Binary11001101000111100101011110010110110010100101111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,209,114); }

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

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

 a { background-color: rgb(12,209,114); }

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

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

 span { border-color: rgb(12,209,114); }

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