#0AB722

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

Shades of Dark Pastel Green #0AB722

Tints of Dark Pastel Green #0AB722

Color information

#0AB722 (or 0x0AB722) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, B7 and 22. RGB value is (10,183,34). Sum of RGB (Red+Green+Blue) = 10+183+34=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 183 (71.88% from 255 or 80.62% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB722 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB722 is #F548DD. Grayscale: #727272. Windows color (decimal): -16074974 or 2275082. OLE color: 2275082.

HSL color Cylindrical-coordinate representation of color #0AB722: hue angle of 128.32º 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 #0AB722 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB1018334-
CMYK0.9500.810.28
HSL128.32º89.64%37.84%-
HSV(B)128.32º94.54%71.76%-
XYZ17.3534.057.17-
YUV114.2982.6953.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.41%
GREEN value IS 183 (71.88% from 255) = 80.62%
BLUE value IS 34 (13.67% from 255) = 14.98%
R=4.41%
G=80.62%
B=14.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal10183340.9500.810.28128.3289.6437.84
HexAB7225F0511C805a26
Octal122674213701213420013246
Binary10101011011110001010111110101000111100100000001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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