Html Css Color HEX #0CCA62 Malachite

📋 copy color: '#0CCA62'

red 12 ◦ green 202 ◦ blue 98

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

Shades of Malachite #0CCA62

Tints of Malachite #0CCA62

RGB

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

 GREEN value IS 202 (79.3% from 255) = 64.74%

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

R = 3.85%
G = 64.74%
B = 31.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#0CCA62 (or 0x0CCA62) is known color: Malachite. HEX triplet: 0C, CA and 62. RGB value is (12,202,98). Sum of RGB (Red+Green+Blue) = 12+202+98=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 202 (79.30% from 255 or 64.74% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCA62 is #F3359D. Grayscale: #858585. Windows color (decimal): -15938974 or 6474252. OLE color: 6474252.

HSL color Cylindrical-coordinate representation of color #0CCA62: hue angle of 147.16º 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 #0CCA62 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 202 98 -
CMYK 0.94 0 0.51 0.21
HSL 147.16º 0.89% 0.42% -
HSV(B) 147.16º 0.94% 0.79% -
XYZ 23.48 43.2 18.66 -
YUV 133.33 108.05 41.46 -
System Red Green Blue C M Y K H S L
Decimal 12 202 98 0.94 0 0.51 0.21 147.16 0.89 0.42
Hex C CA 62 5E 0 33 15 93 59 2A
Octal 14 312 142 136 0 63 25 223 131 52
Binary 1100 11001010 1100010 1011110 0 110011 10101 10010011 1011001 101010

Color Harmonies of #0CCA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCA62

Black with #0CCA62

Text Example


Text Example

White with #0CCA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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