#1AB70A

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

Shades of Islamic Green #1AB70A

Tints of Islamic Green #1AB70A

Color information

#1AB70A (or 0x1AB70A) is unknown color: approx Islamic Green. HEX triplet: 1A, B7 and 0A. RGB value is (26,183,10). Sum of RGB (Red+Green+Blue) = 26+183+10=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 183 (71.88% from 255 or 83.56% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 183 - color contains mainly: green. Hex color #1AB70A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AB70A is #E548F5. Grayscale: #747474. Windows color (decimal): -15026422 or 702234. OLE color: 702234.

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

Color convert

RGB2618310-
CMYK0.8600.950.28
HSL114.45º89.64%37.84%-
HSV(B)114.45º94.54%71.76%-
XYZ17.4134.115.95-
YUV116.3467.9963.57-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal26183100.8600.950.28114.4589.6437.84
Hex1AB7A5605F1C725a26
Octal322671212601373416213246
Binary110101011011110101010110010111111110011100101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AB70A; }

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

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

<style>
 a { background-color: #1AB70A; }

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

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

<style>
 span { border-color: #1AB70A; }

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

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