Html Css Color HEX #1AAC0F Islamic Green

📋 copy color: '#1AAC0F'

red 26 ◦ green 172 ◦ blue 15

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

Shades of Islamic Green #1AAC0F

Tints of Islamic Green #1AAC0F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 80.75%

 BLUE value IS 15 (6.25% from 255) = 7.04%

R = 12.21%
G = 80.75%
B = 7.04%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#1AAC0F (or 0x1AAC0F) is known color: Islamic Green. HEX triplet: 1A, AC and 0F. RGB value is (26,172,15). Sum of RGB (Red+Green+Blue) = 26+172+15=213 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.21% from 213); Green value is 172 (67.58% from 255 or 80.75% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 172 - color contains mainly: green. Hex color #1AAC0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAC0F is #E553F0. Grayscale: #6E6E6E. Windows color (decimal): -15029233 or 1027098. OLE color: 1027098.

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

Color convert

RGB 26 172 15 -
CMYK 0.85 0 0.91 0.33
HSL 115.8º 0.84% 0.37% -
HSV(B) 115.8º 0.91% 0.67% -
XYZ 15.26 29.76 5.39 -
YUV 110.45 74.13 67.77 -
System Red Green Blue C M Y K H S L
Decimal 26 172 15 0.85 0 0.91 0.33 115.8 0.84 0.37
Hex 1A AC F 55 0 5B 21 74 54 25
Octal 32 254 17 125 0 133 41 164 124 45
Binary 11010 10101100 1111 1010101 0 1011011 100001 1110100 1010100 100101

Color Harmonies of #1AAC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAC0F

Black with #1AAC0F

Text Example


Text Example

White with #1AAC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,172,15); }

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

background-color css

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

 a { background-color: rgb(26,172,15); }

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

border-color css

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

 span { border-color: rgb(26,172,15); }

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