Html Css Color HEX #0CAB27 Dark Pastel Green

📋 copy color: '#0CAB27'

red 12 ◦ green 171 ◦ blue 39

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

Shades of Dark Pastel Green #0CAB27

Tints of Dark Pastel Green #0CAB27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.57%

R = 5.41%
G = 77.03%
B = 17.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#0CAB27 (or 0x0CAB27) is known color: Dark Pastel Green. HEX triplet: 0C, AB and 27. RGB value is (12,171,39). Sum of RGB (Red+Green+Blue) = 12+171+39=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 171 (67.19% from 255 or 77.03% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAB27 is #F354D8. Grayscale: #6C6C6C. Windows color (decimal): -15946969 or 2599692. OLE color: 2599692.

HSL color Cylindrical-coordinate representation of color #0CAB27: hue angle of 130.19º 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 #0CAB27 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 171 39 -
CMYK 0.93 0 0.77 0.33
HSL 130.19º 0.87% 0.36% -
HSV(B) 130.19º 0.93% 0.67% -
XYZ 15.08 29.35 6.79 -
YUV 108.41 88.82 59.23 -
System Red Green Blue C M Y K H S L
Decimal 12 171 39 0.93 0 0.77 0.33 130.19 0.87 0.36
Hex C AB 27 5D 0 4D 21 82 57 24
Octal 14 253 47 135 0 115 41 202 127 44
Binary 1100 10101011 100111 1011101 0 1001101 100001 10000010 1010111 100100

Color Harmonies of #0CAB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB27

Black with #0CAB27

Text Example


Text Example

White with #0CAB27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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