#1AAE07

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

Shades of Islamic Green #1AAE07

Tints of Islamic Green #1AAE07

Color information

#1AAE07 (or 0x1AAE07) is unknown color: approx Islamic Green. HEX triplet: 1A, AE and 07. RGB value is (26,174,7). Sum of RGB (Red+Green+Blue) = 26+174+7=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 174 (68.36% from 255 or 84.06% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAE07 is #E551F8. Grayscale: #6F6F6F. Windows color (decimal): -15028729 or 503322. OLE color: 503322.

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

Color convert

RGB261747-
CMYK0.8500.960.32
HSL113.17º92.27%35.49%-
HSV(B)113.17º95.98%68.24%-
XYZ15.630.515.27-
YUV110.7169.4767.58-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.56%
GREEN value IS 174 (68.36% from 255) = 84.06%
BLUE value IS 7 (3.12% from 255) = 3.38%
R=12.56%
G=84.06%
B=3.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2617470.8500.960.32113.1792.2735.49
Hex1AAE75506020715c23
Octal32256712501404016113443
Binary110101010111011110101010110000010000011100011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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