#0ab720

Color #0AB720 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0AB720

Tints of Dark Pastel Green #0AB720

Color information

#0AB720 (or 0x0AB720) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, B7 and 20. RGB value is (10,183,32). Sum of RGB (Red+Green+Blue) = 10+183+32=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 183 (71.88% from 255 or 81.33% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB720 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB720 is #F548DF. Grayscale: #727272. Windows color (decimal): -16074976 or 2144010. OLE color: 2144010.

HSL color Cylindrical-coordinate representation of color #0AB720: hue angle of 127.63º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB720 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB1018332-
CMYK0.9500.830.28
HSL127.63º89.64%37.84%-
HSV(B)127.63º94.54%71.76%-
XYZ17.3234.047.02-
YUV114.0681.6953.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.44%
GREEN value IS 183 (71.88% from 255) = 81.33%
BLUE value IS 32 (12.89% from 255) = 14.22%
R=4.44%
G=81.33%
B=14.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal10183320.9500.830.28127.6389.6437.84
HexAB7205F0531C805a26
Octal122674013701233420013246
Binary10101011011110000010111110101001111100100000001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ab720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ab720;
 }
 .AnyTagClassName
 {
   color: #0ab720;
 }
</style>
background-color css

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

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

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

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

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

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