Html Css Color HEX #1AA702 Islamic Green

📋 copy color: '#1AA702'

red 26 ◦ green 167 ◦ blue 2

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

Shades of Islamic Green #1AA702

Tints of Islamic Green #1AA702

RGB

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

 GREEN value IS 167 (65.63% from 255) = 85.64%

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

R = 13.33%
G = 85.64%
B = 1.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#1AA702 (or 0x1AA702) is known color: Islamic Green. HEX triplet: 1A, A7 and 02. RGB value is (26,167,2). Sum of RGB (Red+Green+Blue) = 26+167+2=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 167 (65.62% from 255 or 85.64% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 167 - color contains mainly: green. Hex color #1AA702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA702 is #E558FD. Grayscale: #6A6A6A. Windows color (decimal): -15030526 or 173850. OLE color: 173850.

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

Color convert

RGB 26 167 2 -
CMYK 0.84 0 0.99 0.35
HSL 111.27º 0.98% 0.33% -
HSV(B) 111.27º 0.99% 0.65% -
XYZ 14.26 27.86 4.68 -
YUV 106.03 69.29 70.92 -
System Red Green Blue C M Y K H S L
Decimal 26 167 2 0.84 0 0.99 0.35 111.27 0.98 0.33
Hex 1A A7 2 54 0 63 23 6F 62 21
Octal 32 247 2 124 0 143 43 157 142 41
Binary 11010 10100111 10 1010100 0 1100011 100011 1101111 1100010 100001

Color Harmonies of #1AA702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA702

Black with #1AA702

Text Example


Text Example

White with #1AA702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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