#1FB20F

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

Shades of Islamic Green #1FB20F

Tints of Islamic Green #1FB20F

Color information

#1FB20F (or 0x1FB20F) is unknown color: approx Islamic Green. HEX triplet: 1F, B2 and 0F. RGB value is (31,178,15). Sum of RGB (Red+Green+Blue) = 31+178+15=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 178 (69.92% from 255 or 79.46% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB20F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FB20F is #E04DF0. Grayscale: #737373. Windows color (decimal): -14700017 or 1028639. OLE color: 1028639.

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

Color convert

RGB3117815-
CMYK0.8300.920.30
HSL114.11º84.46%37.84%-
HSV(B)114.11º91.57%69.8%-
XYZ16.5732.175.79-
YUV115.4671.367.75-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.84%
GREEN value IS 178 (69.92% from 255) = 79.46%
BLUE value IS 15 (6.25% from 255) = 6.70%
R=13.84%
G=79.46%
B=6.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31178150.8300.920.30114.1184.4637.84
Hex1FB2F5305C1E725426
Octal372621712301343616212446
Binary111111011001011111010011010111001111011100101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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