Html Css Color HEX #0CD962 Malachite

📋 copy color: '#0CD962'

red 12 ◦ green 217 ◦ blue 98

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

Shades of Malachite #0CD962

Tints of Malachite #0CD962

RGB

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

 GREEN value IS 217 (85.16% from 255) = 66.36%

 BLUE value IS 98 (38.67% from 255) = 29.97%

R = 3.67%
G = 66.36%
B = 29.97%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#0CD962 (or 0x0CD962) is known color: Malachite. HEX triplet: 0C, D9 and 62. RGB value is (12,217,98). Sum of RGB (Red+Green+Blue) = 12+217+98=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 217 (85.16% from 255 or 66.36% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD962 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD962 is #F3269D. Grayscale: #8E8E8E. Windows color (decimal): -15935134 or 6478092. OLE color: 6478092.

HSL color Cylindrical-coordinate representation of color #0CD962: hue angle of 145.17º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD962 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 12 217 98 -
CMYK 0.94 0 0.55 0.15
HSL 145.17º 0.9% 0.45% -
HSV(B) 145.17º 0.94% 0.85% -
XYZ 27.17 50.59 19.89 -
YUV 142.14 103.08 35.18 -
System Red Green Blue C M Y K H S L
Decimal 12 217 98 0.94 0 0.55 0.15 145.17 0.9 0.45
Hex C D9 62 5E 0 37 F 91 5A 2D
Octal 14 331 142 136 0 67 17 221 132 55
Binary 1100 11011001 1100010 1011110 0 110111 1111 10010001 1011010 101101

Color Harmonies of #0CD962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD962

Black with #0CD962

Text Example


Text Example

White with #0CD962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,217,98); }

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

background-color css

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

 a { background-color: rgb(12,217,98); }

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

border-color css

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

 span { border-color: rgb(12,217,98); }

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