#1AB410

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

Shades of Islamic Green #1AB410

Tints of Islamic Green #1AB410

Color information

#1AB410 (or 0x1AB410) is unknown color: approx Islamic Green. HEX triplet: 1A, B4 and 10. RGB value is (26,180,16). Sum of RGB (Red+Green+Blue) = 26+180+16=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 180 (70.70% from 255 or 81.08% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB410 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AB410 is #E54BEF. Grayscale: #737373. Windows color (decimal): -15027184 or 1094682. OLE color: 1094682.

HSL color Cylindrical-coordinate representation of color #1AB410: hue angle of 116.34º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1AB410 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB2618016-
CMYK0.8600.910.29
HSL116.34º83.67%38.43%-
HSV(B)116.34º91.11%70.59%-
XYZ16.8432.95.95-
YUV115.2671.9864.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.71%
GREEN value IS 180 (70.70% from 255) = 81.08%
BLUE value IS 16 (6.64% from 255) = 7.21%
R=11.71%
G=81.08%
B=7.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal26180160.8600.910.29116.3483.6738.43
Hex1AB4105605B1D745426
Octal322642012601333516412446
Binary1101010110100100001010110010110111110111101001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,180,16); }

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

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

 a { background-color: rgb(26,180,16); }

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

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

 span { border-color: rgb(26,180,16); }

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