Html Css Color HEX #1AA002 Islamic Green

📋 copy color: '#1AA002'

red 26 ◦ green 160 ◦ blue 2

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

Shades of Islamic Green #1AA002

Tints of Islamic Green #1AA002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.06%

R = 13.83%
G = 85.11%
B = 1.06%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#1AA002 (or 0x1AA002) is known color: Islamic Green. HEX triplet: 1A, A0 and 02. RGB value is (26,160,2). Sum of RGB (Red+Green+Blue) = 26+160+2=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 160 (62.89% from 255 or 85.11% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA002 is #E55FFD. Grayscale: #666666. Windows color (decimal): -15032318 or 172058. OLE color: 172058.

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

Color convert

RGB 26 160 2 -
CMYK 0.84 0 0.99 0.37
HSL 110.89º 0.98% 0.32% -
HSV(B) 110.89º 0.99% 0.63% -
XYZ 13.01 25.37 4.27 -
YUV 101.92 71.61 73.85 -
System Red Green Blue C M Y K H S L
Decimal 26 160 2 0.84 0 0.99 0.37 110.89 0.98 0.32
Hex 1A A0 2 54 0 63 25 6F 62 20
Octal 32 240 2 124 0 143 45 157 142 40
Binary 11010 10100000 10 1010100 0 1100011 100101 1101111 1100010 100000

Color Harmonies of #1AA002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA002

Black with #1AA002

Text Example


Text Example

White with #1AA002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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