#1AA307

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

Shades of Islamic Green #1AA307

Tints of Islamic Green #1AA307

Color information

#1AA307 (or 0x1AA307) is unknown color: approx Islamic Green. HEX triplet: 1A, A3 and 07. RGB value is (26,163,7). Sum of RGB (Red+Green+Blue) = 26+163+7=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 163 (64.06% from 255 or 83.16% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 163 - color contains mainly: green. Hex color #1AA307 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA307 is #E55CF8. Grayscale: #686868. Windows color (decimal): -15031545 or 500506. OLE color: 500506.

HSL color Cylindrical-coordinate representation of color #1AA307: hue angle of 112.69º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1AA307 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB261637-
CMYK0.8400.960.36
HSL112.69º91.76%33.33%-
HSV(B)112.69º95.71%63.92%-
XYZ13.5626.434.59-
YUV104.2573.1172.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.27%
GREEN value IS 163 (64.06% from 255) = 83.16%
BLUE value IS 7 (3.12% from 255) = 3.57%
R=13.27%
G=83.16%
B=3.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2616370.8400.960.36112.6991.7633.33
Hex1AA375406024715c21
Octal32243712401404416113441
Binary110101010001111110101000110000010010011100011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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