Html Css Color HEX #1AA007 Islamic Green

📋 copy color: '#1AA007'

red 26 ◦ green 160 ◦ blue 7

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

Shades of Islamic Green #1AA007

Tints of Islamic Green #1AA007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.63%

R = 13.47%
G = 82.9%
B = 3.63%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#1AA007 (or 0x1AA007) is known color: Islamic Green. HEX triplet: 1A, A0 and 07. RGB value is (26,160,7). Sum of RGB (Red+Green+Blue) = 26+160+7=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 160 (62.89% from 255 or 82.90% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA007 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA007 is #E55FF8. Grayscale: #666666. Windows color (decimal): -15032313 or 499738. OLE color: 499738.

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

Color convert

RGB 26 160 7 -
CMYK 0.84 0 0.96 0.37
HSL 112.55º 0.92% 0.33% -
HSV(B) 112.55º 0.96% 0.63% -
XYZ 13.04 25.38 4.41 -
YUV 102.49 74.11 73.44 -
System Red Green Blue C M Y K H S L
Decimal 26 160 7 0.84 0 0.96 0.37 112.55 0.92 0.33
Hex 1A A0 7 54 0 60 25 71 5C 21
Octal 32 240 7 124 0 140 45 161 134 41
Binary 11010 10100000 111 1010100 0 1100000 100101 1110001 1011100 100001

Color Harmonies of #1AA007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA007

Black with #1AA007

Text Example


Text Example

White with #1AA007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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