#1AB80F

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

Shades of Islamic Green #1AB80F

Tints of Islamic Green #1AB80F

Color information

#1AB80F (or 0x1AB80F) is unknown color: approx Islamic Green. HEX triplet: 1A, B8 and 0F. RGB value is (26,184,15). Sum of RGB (Red+Green+Blue) = 26+184+15=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 184 (72.27% from 255 or 81.78% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 184 - color contains mainly: green. Hex color #1AB80F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AB80F is #E547F0. Grayscale: #767676. Windows color (decimal): -15026161 or 1030170. OLE color: 1030170.

HSL color Cylindrical-coordinate representation of color #1AB80F: hue angle of 116.09º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1AB80F is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB2618415-
CMYK0.8600.920.28
HSL116.09º84.92%39.02%-
HSV(B)116.09º91.85%72.16%-
XYZ17.6534.546.19-
YUV117.4970.1562.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.56%
GREEN value IS 184 (72.27% from 255) = 81.78%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=11.56%
G=81.78%
B=6.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal26184150.8600.920.28116.0984.9239.02
Hex1AB8F5605C1C745527
Octal322701712601343416412547
Binary110101011100011111010110010111001110011101001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,184,15); }

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

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

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

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

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

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

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