#1A8E05

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

Shades of Islamic Green #1A8E05

Tints of Islamic Green #1A8E05

Color information

#1A8E05 (or 0x1A8E05) is unknown color: approx Islamic Green. HEX triplet: 1A, 8E and 05. RGB value is (26,142,5). Sum of RGB (Red+Green+Blue) = 26+142+5=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 142 (55.86% from 255 or 82.08% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 142 - color contains mainly: green. Hex color #1A8E05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A8E05 is #E571FA. Grayscale: #5C5C5C. Windows color (decimal): -15036923 or 364058. OLE color: 364058.

HSL color Cylindrical-coordinate representation of color #1A8E05: hue angle of 110.8º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A8E05 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB261425-
CMYK0.8200.960.44
HSL110.8º93.2%28.82%-
HSV(B)110.8º96.48%55.69%-
XYZ10.1319.583.39-
YUV91.779.0781.14-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.03%
GREEN value IS 142 (55.86% from 255) = 82.08%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=15.03%
G=82.08%
B=2.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2614250.8200.960.44110.893.228.82
Hex1A8E5520602C6f5d1d
Octal32216512201405415713535
Binary11010100011101011010010011000001011001101111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,142,5); }

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

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

 a { background-color: rgb(26,142,5); }

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

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

 span { border-color: rgb(26,142,5); }

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