#1A9500

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

Shades of Islamic Green #1A9500

Tints of Islamic Green #1A9500

Color information

#1A9500 (or 0x1A9500) is unknown color: approx Islamic Green. HEX triplet: 1A, 95 and 00. RGB value is (26,149,0). Sum of RGB (Red+Green+Blue) = 26+149+0=175 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.86% from 175); Green value is 149 (58.59% from 255 or 85.14% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 149 - color contains mainly: green. Hex color #1A9500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9500 is #E56AFF. Grayscale: #5F5F5F. Windows color (decimal): -15035136 or 38170. OLE color: 38170.

HSL color Cylindrical-coordinate representation of color #1A9500: hue angle of 109.53º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A9500 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB261490-
CMYK0.83010.42
HSL109.53º100%29.22%-
HSV(B)109.53º100%58.43%-
XYZ11.1721.713.6-
YUV95.2474.2578.62-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.86%
GREEN value IS 149 (58.59% from 255) = 85.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=14.86%
G=85.14%
B=0%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2614900.83010.42109.5310029.22
Hex1A950530642A6e641d
Octal32225012301445215614435
Binary110101001010101010011011001001010101101110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,149,0); }

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

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

 a { background-color: rgb(26,149,0); }

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

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

 span { border-color: rgb(26,149,0); }

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