#1FAE08

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

Shades of Islamic Green #1FAE08

Tints of Islamic Green #1FAE08

Color information

#1FAE08 (or 0x1FAE08) is unknown color: approx Islamic Green. HEX triplet: 1F, AE and 08. RGB value is (31,174,8). Sum of RGB (Red+Green+Blue) = 31+174+8=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 174 (68.36% from 255 or 81.69% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 174 - color contains mainly: green. Hex color #1FAE08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAE08 is #E051F7. Grayscale: #707070. Windows color (decimal): -14701048 or 568863. OLE color: 568863.

HSL color Cylindrical-coordinate representation of color #1FAE08: hue angle of 111.69º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1FAE08 is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB311748-
CMYK0.8200.950.32
HSL111.69º91.21%35.69%-
HSV(B)111.69º95.4%68.24%-
XYZ15.7430.585.3-
YUV112.3269.1270-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.55%
GREEN value IS 174 (68.36% from 255) = 81.69%
BLUE value IS 8 (3.52% from 255) = 3.76%
R=14.55%
G=81.69%
B=3.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3117480.8200.950.32111.6991.2135.69
Hex1FAE85205F20705b24
Octal372561012201374016013344
Binary1111110101110100010100100101111110000011100001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,174,8); }

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

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

 a { background-color: rgb(31,174,8); }

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

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

 span { border-color: rgb(31,174,8); }

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