#0AB61F

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

Shades of Dark Pastel Green #0AB61F

Tints of Dark Pastel Green #0AB61F

Color information

#0AB61F (or 0x0AB61F) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, B6 and 1F. RGB value is (10,182,31). Sum of RGB (Red+Green+Blue) = 10+182+31=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 182 (71.48% from 255 or 81.61% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB61F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB61F is #F549E0. Grayscale: #717171. Windows color (decimal): -16075233 or 2078218. OLE color: 2078218.

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

Color convert

RGB1018231-
CMYK0.9500.830.29
HSL127.33º89.58%37.65%-
HSV(B)127.33º94.51%71.37%-
XYZ17.133.626.88-
YUV113.3681.5254.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.48%
GREEN value IS 182 (71.48% from 255) = 81.61%
BLUE value IS 31 (12.5% from 255) = 13.90%
R=4.48%
G=81.61%
B=13.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal10182310.9500.830.29127.3389.5837.65
HexAB61F5F0531D7f5a26
Octal122663713701233517713246
Binary101010110110111111011111010100111110111111111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,182,31); }

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

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

 a { background-color: rgb(10,182,31); }

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

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

 span { border-color: rgb(10,182,31); }

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