#0CD549

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

Shades of Malachite #0CD549

Tints of Malachite #0CD549

Color information

#0CD549 (or 0x0CD549) is unknown color: approx Malachite. HEX triplet: 0C, D5 and 49. RGB value is (12,213,73). Sum of RGB (Red+Green+Blue) = 12+213+73=298 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.03% from 298); Green value is 213 (83.59% from 255 or 71.48% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD549 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD549 is #F32AB6. Grayscale: #898989. Windows color (decimal): -15936183 or 4838668. OLE color: 4838668.

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

Color convert

RGB1221373-
CMYK0.9400.660.16
HSL138.21º89.33%44.12%-
HSV(B)138.21º94.37%83.53%-
XYZ25.1548.1514.27-
YUV136.9491.9138.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.03%
GREEN value IS 213 (83.59% from 255) = 71.48%
BLUE value IS 73 (28.91% from 255) = 24.50%
R=4.03%
G=71.48%
B=24.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal12213730.9400.660.16138.2189.3344.12
HexCD5495E042108a592c
Octal1432511113601022021213154
Binary110011010101100100110111100100001010000100010101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,213,73); }

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

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

 a { background-color: rgb(12,213,73); }

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

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

 span { border-color: rgb(12,213,73); }

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