Html Css Color HEX #0CAB20 Dark Pastel Green

📋 copy color: '#0CAB20'

red 12 ◦ green 171 ◦ blue 32

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

Shades of Dark Pastel Green #0CAB20

Tints of Dark Pastel Green #0CAB20

RGB

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

 GREEN value IS 171 (67.19% from 255) = 79.53%

 BLUE value IS 32 (12.89% from 255) = 14.88%

R = 5.58%
G = 79.53%
B = 14.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#0CAB20 (or 0x0CAB20) is known color: Dark Pastel Green. HEX triplet: 0C, AB and 20. RGB value is (12,171,32). Sum of RGB (Red+Green+Blue) = 12+171+32=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 171 (67.19% from 255 or 79.53% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAB20 is #F354DF. Grayscale: #6C6C6C. Windows color (decimal): -15946976 or 2140940. OLE color: 2140940.

HSL color Cylindrical-coordinate representation of color #0CAB20: hue angle of 127.55º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAB20 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 171 32 -
CMYK 0.93 0 0.81 0.33
HSL 127.55º 0.87% 0.36% -
HSV(B) 127.55º 0.93% 0.67% -
XYZ 14.98 29.31 6.23 -
YUV 107.61 85.32 59.8 -
System Red Green Blue C M Y K H S L
Decimal 12 171 32 0.93 0 0.81 0.33 127.55 0.87 0.36
Hex C AB 20 5D 0 51 21 80 57 24
Octal 14 253 40 135 0 121 41 200 127 44
Binary 1100 10101011 100000 1011101 0 1010001 100001 10000000 1010111 100100

Color Harmonies of #0CAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB20

Black with #0CAB20

Text Example


Text Example

White with #0CAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,171,32); }

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

background-color css

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

 a { background-color: rgb(12,171,32); }

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

border-color css

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

 span { border-color: rgb(12,171,32); }

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