Html Css Color HEX #0CCC56 Malachite

📋 copy color: '#0CCC56'

red 12 ◦ green 204 ◦ blue 86

#0CCC56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #0CCC56

Tints of Malachite #0CCC56

RGB

 RED value IS 12 (5.08% from 255) = 3.97%

 GREEN value IS 204 (80.08% from 255) = 67.55%

 BLUE value IS 86 (33.98% from 255) = 28.48%

R = 3.97%
G = 67.55%
B = 28.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#0CCC56 (or 0x0CCC56) is known color: Malachite. HEX triplet: 0C, CC and 56. RGB value is (12,204,86). Sum of RGB (Red+Green+Blue) = 12+204+86=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 204 (80.08% from 255 or 67.55% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCC56 is #F333A9. Grayscale: #858585. Windows color (decimal): -15938474 or 5688332. OLE color: 5688332.

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

Color convert

RGB 12 204 86 -
CMYK 0.94 0 0.58 0.2
HSL 143.13º 0.89% 0.42% -
HSV(B) 143.13º 0.94% 0.8% -
XYZ 23.42 43.94 16.05 -
YUV 133.14 101.39 41.59 -
System Red Green Blue C M Y K H S L
Decimal 12 204 86 0.94 0 0.58 0.2 143.13 0.89 0.42
Hex C CC 56 5E 0 3A 14 8F 59 2A
Octal 14 314 126 136 0 72 24 217 131 52
Binary 1100 11001100 1010110 1011110 0 111010 10100 10001111 1011001 101010

Color Harmonies of #0CCC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCC56

Black with #0CCC56

Text Example


Text Example

White with #0CCC56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,204,86); }

 H1.HeaderClassName
 {
   color: #0CCC56;
 }
 .AnyTagClassName
 {
   color: #0CCC56;
 }
</style>

background-color css

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

 a { background-color: rgb(12,204,86); }

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

border-color css

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

 span { border-color: rgb(12,204,86); }

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