#0AB80A

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

Shades of Islamic Green #0AB80A

Tints of Islamic Green #0AB80A

Color information

#0AB80A (or 0x0AB80A) is unknown color: approx Islamic Green. HEX triplet: 0A, B8 and 0A. RGB value is (10,184,10). Sum of RGB (Red+Green+Blue) = 10+184+10=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 184 (72.27% from 255 or 90.20% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB80A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AB80A is #F547F5. Grayscale: #707070. Windows color (decimal): -16074742 or 702474. OLE color: 702474.

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

Color convert

RGB1018410-
CMYK0.9500.950.28
HSL120º89.69%38.04%-
HSV(B)120º94.57%72.16%-
XYZ17.3234.376.01-
YUV112.1470.3555.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.90%
GREEN value IS 184 (72.27% from 255) = 90.20%
BLUE value IS 10 (4.30% from 255) = 4.90%
R=4.90%
G=90.20%
B=4.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal10184100.9500.950.2812089.6938.04
HexAB8A5F05F1C785a26
Octal122701213701373417013246
Binary10101011100010101011111010111111110011110001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,184,10); }

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

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

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

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

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

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

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