#0CC954

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

Shades of Malachite #0CC954

Tints of Malachite #0CC954

Color information

#0CC954 (or 0x0CC954) is unknown color: approx Malachite. HEX triplet: 0C, C9 and 54. RGB value is (12,201,84). Sum of RGB (Red+Green+Blue) = 12+201+84=297 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.04% from 297); Green value is 201 (78.91% from 255 or 67.68% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC954 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC954 is #F336AB. Grayscale: #838383. Windows color (decimal): -15939244 or 5556492. OLE color: 5556492.

HSL color Cylindrical-coordinate representation of color #0CC954: hue angle of 142.86º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC954 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB1220184-
CMYK0.9400.580.21
HSL142.86º88.73%41.76%-
HSV(B)142.86º94.03%78.82%-
XYZ22.6442.4915.4-
YUV131.15101.3843.01-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.04%
GREEN value IS 201 (78.91% from 255) = 67.68%
BLUE value IS 84 (33.20% from 255) = 28.28%
R=4.04%
G=67.68%
B=28.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12201840.9400.580.21142.8688.7341.76
HexCC9545E03A158f592a
Octal143111241360722521713152
Binary11001100100110101001011110011101010101100011111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,201,84); }

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

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

 a { background-color: rgb(12,201,84); }

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

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

 span { border-color: rgb(12,201,84); }

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