Html Css Color HEX #0AB220 Dark Pastel Green

📋 copy color: '#0AB220'

red 10 ◦ green 178 ◦ blue 32

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

Shades of Dark Pastel Green #0AB220

Tints of Dark Pastel Green #0AB220

RGB

 RED value IS 10 (4.3% from 255) = 4.55%

 GREEN value IS 178 (69.92% from 255) = 80.91%

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

R = 4.55%
G = 80.91%
B = 14.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#0AB220 (or 0x0AB220) is known color: Dark Pastel Green. HEX triplet: 0A, B2 and 20. RGB value is (10,178,32). Sum of RGB (Red+Green+Blue) = 10+178+32=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 178 (69.92% from 255 or 80.91% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 178 - color contains mainly: green. Hex color #0AB220 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AB220 is #F54DDF. Grayscale: #6F6F6F. Windows color (decimal): -16076256 or 2142730. OLE color: 2142730.

HSL color Cylindrical-coordinate representation of color #0AB220: hue angle of 127.86º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB220 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 10 178 32 -
CMYK 0.94 0 0.82 0.30
HSL 127.86º 0.89% 0.37% -
HSV(B) 127.86º 0.94% 0.7% -
XYZ 16.31 32.01 6.69 -
YUV 111.12 83.34 55.87 -
System Red Green Blue C M Y K H S L
Decimal 10 178 32 0.94 0 0.82 0.30 127.86 0.89 0.37
Hex A B2 20 5E 0 52 1E 80 59 25
Octal 12 262 40 136 0 122 36 200 131 45
Binary 1010 10110010 100000 1011110 0 1010010 11110 10000000 1011001 100101

Color Harmonies of #0AB220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB220

Black with #0AB220

Text Example


Text Example

White with #0AB220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,178,32); }

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

background-color css

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

 a { background-color: rgb(10,178,32); }

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

border-color css

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

 span { border-color: rgb(10,178,32); }

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