#0AB31A

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

Shades of Islamic Green #0AB31A

Tints of Islamic Green #0AB31A

Color information

#0AB31A (or 0x0AB31A) is unknown color: approx Islamic Green. HEX triplet: 0A, B3 and 1A. RGB value is (10,179,26). Sum of RGB (Red+Green+Blue) = 10+179+26=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 179 (70.31% from 255 or 83.26% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 179 - color contains mainly: green. Hex color #0AB31A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB31A is #F54CE5. Grayscale: #6F6F6F. Windows color (decimal): -16076006 or 1749770. OLE color: 1749770.

HSL color Cylindrical-coordinate representation of color #0AB31A: hue angle of 125.68º 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 #0AB31A is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB1017926-
CMYK0.9400.850.30
HSL125.68º89.42%37.06%-
HSV(B)125.68º94.41%70.2%-
XYZ16.4332.386.36-
YUV111.0380.0155.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.65%
GREEN value IS 179 (70.31% from 255) = 83.26%
BLUE value IS 26 (10.55% from 255) = 12.09%
R=4.65%
G=83.26%
B=12.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal10179260.9400.850.30125.6889.4237.06
HexAB31A5E0551E7e5925
Octal122633213601253617613145
Binary101010110011110101011110010101011111011111101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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