#1FB50F

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

Shades of Islamic Green #1FB50F

Tints of Islamic Green #1FB50F

Color information

#1FB50F (or 0x1FB50F) is unknown color: approx Islamic Green. HEX triplet: 1F, B5 and 0F. RGB value is (31,181,15). Sum of RGB (Red+Green+Blue) = 31+181+15=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 181 (71.09% from 255 or 79.74% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 181 - color contains mainly: green. Hex color #1FB50F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FB50F is #E04AF0. Grayscale: #757575. Windows color (decimal): -14699249 or 1029407. OLE color: 1029407.

HSL color Cylindrical-coordinate representation of color #1FB50F: hue angle of 114.22º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1FB50F is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB3118115-
CMYK0.8300.920.29
HSL114.22º84.69%38.43%-
HSV(B)114.22º91.71%70.98%-
XYZ17.1833.375.99-
YUV117.2370.3166.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.66%
GREEN value IS 181 (71.09% from 255) = 79.74%
BLUE value IS 15 (6.25% from 255) = 6.61%
R=13.66%
G=79.74%
B=6.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31181150.8300.920.29114.2284.6938.43
Hex1FB5F5305C1D725526
Octal372651712301343516212546
Binary111111011010111111010011010111001110111100101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,181,15); }

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

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

 a { background-color: rgb(31,181,15); }

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

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

 span { border-color: rgb(31,181,15); }

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