Html Css Color HEX #0CA037 Pigment Green

📋 copy color: '#0CA037'

red 12 ◦ green 160 ◦ blue 55

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

Shades of Pigment Green #0CA037

Tints of Pigment Green #0CA037

RGB

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

 GREEN value IS 160 (62.89% from 255) = 70.48%

 BLUE value IS 55 (21.88% from 255) = 24.23%

R = 5.29%
G = 70.48%
B = 24.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#0CA037 (or 0x0CA037) is known color: Pigment Green. HEX triplet: 0C, A0 and 37. RGB value is (12,160,55). Sum of RGB (Red+Green+Blue) = 12+160+55=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 160 (62.89% from 255 or 70.48% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 160 - color contains mainly: green. Hex color #0CA037 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA037 is #F35FC8. Grayscale: #686868. Windows color (decimal): -15949769 or 3645452. OLE color: 3645452.

HSL color Cylindrical-coordinate representation of color #0CA037: hue angle of 137.43º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA037 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 12 160 55 -
CMYK 0.93 0 0.66 0.37
HSL 137.43º 0.86% 0.34% -
HSV(B) 137.43º 0.93% 0.63% -
XYZ 13.41 25.5 7.83 -
YUV 103.78 100.47 62.54 -
System Red Green Blue C M Y K H S L
Decimal 12 160 55 0.93 0 0.66 0.37 137.43 0.86 0.34
Hex C A0 37 5D 0 42 25 89 56 22
Octal 14 240 67 135 0 102 45 211 126 42
Binary 1100 10100000 110111 1011101 0 1000010 100101 10001001 1010110 100010

Color Harmonies of #0CA037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA037

Black with #0CA037

Text Example


Text Example

White with #0CA037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,160,55); }

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

background-color css

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

 a { background-color: rgb(12,160,55); }

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

border-color css

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

 span { border-color: rgb(12,160,55); }

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