#1fb20e

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

Shades of Islamic Green #1FB20E

Tints of Islamic Green #1FB20E

Color information

#1FB20E (or 0x1FB20E) is unknown color: approx Islamic Green. HEX triplet: 1F, B2 and 0E. RGB value is (31,178,14). Sum of RGB (Red+Green+Blue) = 31+178+14=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 178 (69.92% from 255 or 79.82% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB20E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FB20E is #E04DF1. Grayscale: #737373. Windows color (decimal): -14700018 or 963103. OLE color: 963103.

HSL color Cylindrical-coordinate representation of color #1FB20E: hue angle of 113.78º degrees, saturation: 0.85, 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 #1FB20E is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB3117814-
CMYK0.8300.920.30
HSL113.78º85.42%37.65%-
HSV(B)113.78º92.13%69.8%-
XYZ16.5632.165.75-
YUV115.3570.867.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.90%
GREEN value IS 178 (69.92% from 255) = 79.82%
BLUE value IS 14 (5.86% from 255) = 6.28%
R=13.90%
G=79.82%
B=6.28%

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
Decimal31178140.8300.920.30113.7885.4237.65
Hex1FB2E5305C1E725526
Octal372621612301343616212546
Binary111111011001011101010011010111001111011100101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fb20e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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