#0AB71A

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

Shades of Dark Pastel Green #0AB71A

Tints of Dark Pastel Green #0AB71A

Color information

#0AB71A (or 0x0AB71A) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, B7 and 1A. RGB value is (10,183,26). Sum of RGB (Red+Green+Blue) = 10+183+26=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 183 (71.88% from 255 or 83.56% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB71A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB71A is #F548E5. Grayscale: #717171. Windows color (decimal): -16074982 or 1750794. OLE color: 1750794.

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

Color convert

RGB1018326-
CMYK0.9500.860.28
HSL125.55º89.64%37.84%-
HSV(B)125.55º94.54%71.76%-
XYZ17.2534.016.63-
YUV113.3778.6954.27-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.57%
GREEN value IS 183 (71.88% from 255) = 83.56%
BLUE value IS 26 (10.55% from 255) = 11.87%
R=4.57%
G=83.56%
B=11.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal10183260.9500.860.28125.5589.6437.84
HexAB71A5F0561C7e5a26
Octal122673213701263417613246
Binary101010110111110101011111010101101110011111101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB71A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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