#0AB70F

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

Shades of Islamic Green #0AB70F

Tints of Islamic Green #0AB70F

Color information

#0AB70F (or 0x0AB70F) is unknown color: approx Islamic Green. HEX triplet: 0A, B7 and 0F. RGB value is (10,183,15). Sum of RGB (Red+Green+Blue) = 10+183+15=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 183 (71.88% from 255 or 87.98% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB70F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AB70F is #F548F0. Grayscale: #707070. Windows color (decimal): -16074993 or 1029898. OLE color: 1029898.

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

Color convert

RGB1018315-
CMYK0.9500.920.28
HSL121.73º89.64%37.84%-
HSV(B)121.73º94.54%71.76%-
XYZ17.1433.976.1-
YUV112.1273.1955.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.81%
GREEN value IS 183 (71.88% from 255) = 87.98%
BLUE value IS 15 (6.25% from 255) = 7.21%
R=4.81%
G=87.98%
B=7.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal10183150.9500.920.28121.7389.6437.84
HexAB7F5F05C1C7a5a26
Octal122671713701343417213246
Binary10101011011111111011111010111001110011110101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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