#1AA503

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

Shades of Islamic Green #1AA503

Tints of Islamic Green #1AA503

Color information

#1AA503 (or 0x1AA503) is unknown color: approx Islamic Green. HEX triplet: 1A, A5 and 03. RGB value is (26,165,3). Sum of RGB (Red+Green+Blue) = 26+165+3=194 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.40% from 194); Green value is 165 (64.84% from 255 or 85.05% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA503 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA503 is #E55AFC. Grayscale: #696969. Windows color (decimal): -15031037 or 238874. OLE color: 238874.

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

Color convert

RGB261653-
CMYK0.8400.980.35
HSL111.48º96.43%32.94%-
HSV(B)111.48º98.18%64.71%-
XYZ13.927.144.59-
YUV104.9770.4571.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.40%
GREEN value IS 165 (64.84% from 255) = 85.05%
BLUE value IS 3 (1.56% from 255) = 1.55%
R=13.40%
G=85.05%
B=1.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2616530.8400.980.35111.4896.4332.94
Hex1AA5354062236f6021
Octal32245312401424315714041
Binary11010101001011110101000110001010001111011111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,165,3); }

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

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

 a { background-color: rgb(26,165,3); }

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

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

 span { border-color: rgb(26,165,3); }

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