#1AAF0C

Color #1AAF0C Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #1AAF0C

Tints of Islamic Green #1AAF0C

Color information

#1AAF0C (or 0x1AAF0C) is unknown color: approx Islamic Green. HEX triplet: 1A, AF and 0C. RGB value is (26,175,12). Sum of RGB (Red+Green+Blue) = 26+175+12=213 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.21% from 213); Green value is 175 (68.75% from 255 or 82.16% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAF0C is #E550F3. Grayscale: #707070. Windows color (decimal): -15028468 or 831258. OLE color: 831258.

HSL color Cylindrical-coordinate representation of color #1AAF0C: hue angle of 114.85º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1AAF0C is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB2617512-
CMYK0.8500.930.31
HSL114.85º87.17%36.67%-
HSV(B)114.85º93.14%68.63%-
XYZ15.8230.915.48-
YUV111.8771.6466.75-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.21%
GREEN value IS 175 (68.75% from 255) = 82.16%
BLUE value IS 12 (5.08% from 255) = 5.63%
R=12.21%
G=82.16%
B=5.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal26175120.8500.930.31114.8587.1736.67
Hex1AAFC5505D1F735725
Octal322571412501353716312745
Binary110101010111111001010101010111011111111100111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,175,12); }

 H1.HeaderClassName
 {
   color: #1AAF0C;
 }
 .AnyTagClassName
 {
   color: #1AAF0C;
 }
</style>
background-color css

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

 a { background-color: rgb(26,175,12); }

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

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

 span { border-color: rgb(26,175,12); }

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