Html Css Color HEX #0CAB37 Dark Pastel Green

📋 copy color: '#0CAB37'

red 12 ◦ green 171 ◦ blue 55

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

Shades of Dark Pastel Green #0CAB37

Tints of Dark Pastel Green #0CAB37

RGB

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

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

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

R = 5.04%
G = 71.85%
B = 23.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#0CAB37 (or 0x0CAB37) is known color: Dark Pastel Green. HEX triplet: 0C, AB and 37. RGB value is (12,171,55). Sum of RGB (Red+Green+Blue) = 12+171+55=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 171 (67.19% from 255 or 71.85% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAB37 is #F354C8. Grayscale: #6E6E6E. Windows color (decimal): -15946953 or 3648268. OLE color: 3648268.

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

Color convert

RGB 12 171 55 -
CMYK 0.93 0 0.68 0.33
HSL 136.23º 0.87% 0.36% -
HSV(B) 136.23º 0.93% 0.67% -
XYZ 15.4 29.48 8.49 -
YUV 110.24 96.82 57.93 -
System Red Green Blue C M Y K H S L
Decimal 12 171 55 0.93 0 0.68 0.33 136.23 0.87 0.36
Hex C AB 37 5D 0 44 21 88 57 24
Octal 14 253 67 135 0 104 41 210 127 44
Binary 1100 10101011 110111 1011101 0 1000100 100001 10001000 1010111 100100

Color Harmonies of #0CAB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB37

Black with #0CAB37

Text Example


Text Example

White with #0CAB37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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