#1FA209

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

Shades of Islamic Green #1FA209

Tints of Islamic Green #1FA209

Color information

#1FA209 (or 0x1FA209) is unknown color: approx Islamic Green. HEX triplet: 1F, A2 and 09. RGB value is (31,162,9). Sum of RGB (Red+Green+Blue) = 31+162+9=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 162 (63.67% from 255 or 80.20% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA209 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA209 is #E05DF6. Grayscale: #696969. Windows color (decimal): -14704119 or 631327. OLE color: 631327.

HSL color Cylindrical-coordinate representation of color #1FA209: hue angle of 111.37º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FA209 is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB311629-
CMYK0.8100.940.36
HSL111.37º89.47%33.53%-
HSV(B)111.37º94.44%63.53%-
XYZ13.5326.154.59-
YUV105.3973.674.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.35%
GREEN value IS 162 (63.67% from 255) = 80.20%
BLUE value IS 9 (3.91% from 255) = 4.46%
R=15.35%
G=80.20%
B=4.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3116290.8100.940.36111.3789.4733.53
Hex1FA295105E246f5922
Octal372421112101364415713142
Binary1111110100010100110100010101111010010011011111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,162,9); }

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

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

 a { background-color: rgb(31,162,9); }

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

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

 span { border-color: rgb(31,162,9); }

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