Html Css Color HEX #0CB120 Dark Pastel Green

📋 copy color: '#0CB120'

red 12 ◦ green 177 ◦ blue 32

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

Shades of Dark Pastel Green #0CB120

Tints of Dark Pastel Green #0CB120

RGB

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

 GREEN value IS 177 (69.53% from 255) = 80.09%

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

R = 5.43%
G = 80.09%
B = 14.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#0CB120 (or 0x0CB120) is known color: Dark Pastel Green. HEX triplet: 0C, B1 and 20. RGB value is (12,177,32). Sum of RGB (Red+Green+Blue) = 12+177+32=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 177 (69.53% from 255 or 80.09% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB120 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CB120 is #F34EDF. Grayscale: #6F6F6F. Windows color (decimal): -15945440 or 2142476. OLE color: 2142476.

HSL color Cylindrical-coordinate representation of color #0CB120: hue angle of 127.27º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB120 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 177 32 -
CMYK 0.93 0 0.82 0.31
HSL 127.27º 0.87% 0.37% -
HSV(B) 127.27º 0.93% 0.69% -
XYZ 16.13 31.63 6.62 -
YUV 111.14 83.34 57.29 -
System Red Green Blue C M Y K H S L
Decimal 12 177 32 0.93 0 0.82 0.31 127.27 0.87 0.37
Hex C B1 20 5D 0 52 1F 7F 57 25
Octal 14 261 40 135 0 122 37 177 127 45
Binary 1100 10110001 100000 1011101 0 1010010 11111 1111111 1010111 100101

Color Harmonies of #0CB120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB120

Black with #0CB120

Text Example


Text Example

White with #0CB120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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