Html Css Color HEX #0CD360 Malachite

📋 copy color: '#0CD360'

red 12 ◦ green 211 ◦ blue 96

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

Shades of Malachite #0CD360

Tints of Malachite #0CD360

RGB

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

 GREEN value IS 211 (82.81% from 255) = 66.14%

 BLUE value IS 96 (37.89% from 255) = 30.09%

R = 3.76%
G = 66.14%
B = 30.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#0CD360 (or 0x0CD360) is known color: Malachite. HEX triplet: 0C, D3 and 60. RGB value is (12,211,96). Sum of RGB (Red+Green+Blue) = 12+211+96=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 211 (82.81% from 255 or 66.14% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 211 - color contains mainly: green. Hex color #0CD360 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD360 is #F32C9F. Grayscale: #8A8A8A. Windows color (decimal): -15936672 or 6345484. OLE color: 6345484.

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

Color convert

RGB 12 211 96 -
CMYK 0.94 0 0.55 0.17
HSL 145.33º 0.89% 0.44% -
HSV(B) 145.33º 0.94% 0.83% -
XYZ 25.56 47.51 18.89 -
YUV 138.39 104.07 37.85 -
System Red Green Blue C M Y K H S L
Decimal 12 211 96 0.94 0 0.55 0.17 145.33 0.89 0.44
Hex C D3 60 5E 0 37 11 91 59 2C
Octal 14 323 140 136 0 67 21 221 131 54
Binary 1100 11010011 1100000 1011110 0 110111 10001 10010001 1011001 101100

Color Harmonies of #0CD360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD360

Black with #0CD360

Text Example


Text Example

White with #0CD360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,211,96); }

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

background-color css

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

 a { background-color: rgb(12,211,96); }

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

border-color css

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

 span { border-color: rgb(12,211,96); }

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