#1FB401

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

Shades of Islamic Green #1FB401

Tints of Islamic Green #1FB401

Color information

#1FB401 (or 0x1FB401) is unknown color: approx Islamic Green. HEX triplet: 1F, B4 and 01. RGB value is (31,180,1). Sum of RGB (Red+Green+Blue) = 31+180+1=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 180 (70.70% from 255 or 84.91% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB401 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FB401 is #E04BFE. Grayscale: #737373. Windows color (decimal): -14699519 or 111647. OLE color: 111647.

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

Color convert

RGB311801-
CMYK0.8300.990.29
HSL109.94º98.9%35.49%-
HSV(B)109.94º99.44%70.59%-
XYZ16.8932.945.5-
YUV115.0463.6468.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.62%
GREEN value IS 180 (70.70% from 255) = 84.91%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=14.62%
G=84.91%
B=0.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3118010.8300.990.29109.9498.935.49
Hex1FB41530631D6e6323
Octal37264112301433515614343
Binary111111011010011010011011000111110111011101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,180,1); }

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

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

 a { background-color: rgb(31,180,1); }

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

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

 span { border-color: rgb(31,180,1); }

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