Html Css Color HEX #1AAB0E Islamic Green

📋 copy color: '#1AAB0E'

red 26 ◦ green 171 ◦ blue 14

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

Shades of Islamic Green #1AAB0E

Tints of Islamic Green #1AAB0E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 81.04%

 BLUE value IS 14 (5.86% from 255) = 6.64%

R = 12.32%
G = 81.04%
B = 6.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#1AAB0E (or 0x1AAB0E) is known color: Islamic Green. HEX triplet: 1A, AB and 0E. RGB value is (26,171,14). Sum of RGB (Red+Green+Blue) = 26+171+14=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 171 (67.19% from 255 or 81.04% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 171 - color contains mainly: green. Hex color #1AAB0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAB0E is #E554F1. Grayscale: #6E6E6E. Windows color (decimal): -15029490 or 961306. OLE color: 961306.

HSL color Cylindrical-coordinate representation of color #1AAB0E: hue angle of 115.41º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1AAB0E is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 171 14 -
CMYK 0.85 0 0.92 0.33
HSL 115.41º 0.85% 0.36% -
HSV(B) 115.41º 0.92% 0.67% -
XYZ 15.07 29.38 5.29 -
YUV 109.75 73.96 68.27 -
System Red Green Blue C M Y K H S L
Decimal 26 171 14 0.85 0 0.92 0.33 115.41 0.85 0.36
Hex 1A AB E 55 0 5C 21 73 55 24
Octal 32 253 16 125 0 134 41 163 125 44
Binary 11010 10101011 1110 1010101 0 1011100 100001 1110011 1010101 100100

Color Harmonies of #1AAB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAB0E

Black with #1AAB0E

Text Example


Text Example

White with #1AAB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,171,14); }

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

background-color css

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

 a { background-color: rgb(26,171,14); }

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

border-color css

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

 span { border-color: rgb(26,171,14); }

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