#1AA804

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

Shades of Islamic Green #1AA804

Tints of Islamic Green #1AA804

Color information

#1AA804 (or 0x1AA804) is unknown color: approx Islamic Green. HEX triplet: 1A, A8 and 04. RGB value is (26,168,4). Sum of RGB (Red+Green+Blue) = 26+168+4=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 168 (66.02% from 255 or 84.85% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 168 - color contains mainly: green. Hex color #1AA804 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA804 is #E557FB. Grayscale: #6B6B6B. Windows color (decimal): -15030268 or 305178. OLE color: 305178.

HSL color Cylindrical-coordinate representation of color #1AA804: hue angle of 111.95º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1AA804 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB261684-
CMYK0.8500.980.34
HSL111.95º95.35%33.73%-
HSV(B)111.95º97.62%65.88%-
XYZ14.4528.234.8-
YUV106.8569.9670.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.13%
GREEN value IS 168 (66.02% from 255) = 84.85%
BLUE value IS 4 (1.95% from 255) = 2.02%
R=13.13%
G=84.85%
B=2.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal2616840.8500.980.34111.9595.3533.73
Hex1AA845506222705f22
Octal32250412501424216013742
Binary110101010100010010101010110001010001011100001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,168,4); }

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

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

 a { background-color: rgb(26,168,4); }

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

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

 span { border-color: rgb(26,168,4); }

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