Html Css Color HEX #1AA009 Islamic Green

📋 copy color: '#1AA009'

red 26 ◦ green 160 ◦ blue 9

#1AA009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #1AA009

Tints of Islamic Green #1AA009

RGB

 RED value IS 26 (10.55% from 255) = 13.33%

 GREEN value IS 160 (62.89% from 255) = 82.05%

 BLUE value IS 9 (3.91% from 255) = 4.62%

R = 13.33%
G = 82.05%
B = 4.62%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#1AA009 (or 0x1AA009) is known color: Islamic Green. HEX triplet: 1A, A0 and 09. RGB value is (26,160,9). Sum of RGB (Red+Green+Blue) = 26+160+9=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 160 (62.89% from 255 or 82.05% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA009 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA009 is #E55FF6. Grayscale: #676767. Windows color (decimal): -15032311 or 630810. OLE color: 630810.

HSL color Cylindrical-coordinate representation of color #1AA009: hue angle of 113.25º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1AA009 is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 26 160 9 -
CMYK 0.84 0 0.94 0.37
HSL 113.25º 0.89% 0.33% -
HSV(B) 113.25º 0.94% 0.63% -
XYZ 13.05 25.38 4.47 -
YUV 102.72 75.11 73.28 -
System Red Green Blue C M Y K H S L
Decimal 26 160 9 0.84 0 0.94 0.37 113.25 0.89 0.33
Hex 1A A0 9 54 0 5E 25 71 59 21
Octal 32 240 11 124 0 136 45 161 131 41
Binary 11010 10100000 1001 1010100 0 1011110 100101 1110001 1011001 100001

Color Harmonies of #1AA009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA009

Black with #1AA009

Text Example


Text Example

White with #1AA009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,160,9); }

 H1.HeaderClassName
 {
   color: #1AA009;
 }
 .AnyTagClassName
 {
   color: #1AA009;
 }
</style>

background-color css

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

 a { background-color: rgb(26,160,9); }

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

border-color css

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

 span { border-color: rgb(26,160,9); }

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