#1AAE0B

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

Shades of Islamic Green #1AAE0B

Tints of Islamic Green #1AAE0B

Color information

#1AAE0B (or 0x1AAE0B) is unknown color: approx Islamic Green. HEX triplet: 1A, AE and 0B. RGB value is (26,174,11). Sum of RGB (Red+Green+Blue) = 26+174+11=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 174 (68.36% from 255 or 82.46% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAE0B is #E551F4. Grayscale: #6F6F6F. Windows color (decimal): -15028725 or 765466. OLE color: 765466.

HSL color Cylindrical-coordinate representation of color #1AAE0B: hue angle of 114.48º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1AAE0B is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB2617411-
CMYK0.8500.940.32
HSL114.48º88.11%36.27%-
HSV(B)114.48º93.68%68.24%-
XYZ15.6230.525.38-
YUV111.1771.4767.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 174 (68.36% from 255) = 82.46%
BLUE value IS 11 (4.69% from 255) = 5.21%
R=12.32%
G=82.46%
B=5.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26174110.8500.940.32114.4888.1136.27
Hex1AAEB5505E20725824
Octal322561312501364016213044
Binary1101010101110101110101010101111010000011100101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAE0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,174,11); }

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

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

 a { background-color: rgb(26,174,11); }

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

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

 span { border-color: rgb(26,174,11); }

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