Html Css Color HEX #1FB401 Islamic Green

📋 copy color: '#1FB401'

red 31 ◦ green 180 ◦ blue 1

#1FB401
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #1FB401

Tints of Islamic Green #1FB401

RGB

 RED value IS 31 (12.5% from 255) = 14.62%

 GREEN value IS 180 (70.7% 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 value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#1FB401 (or 0x1FB401) is known color: 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

RGB 31 180 1 -
CMYK 0.83 0 0.99 0.29
HSL 109.94º 0.99% 0.35% -
HSV(B) 109.94º 0.99% 0.71% -
XYZ 16.89 32.94 5.5 -
YUV 115.04 63.64 68.05 -
System Red Green Blue C M Y K H S L
Decimal 31 180 1 0.83 0 0.99 0.29 109.94 0.99 0.35
Hex 1F B4 1 53 0 63 1D 6E 63 23
Octal 37 264 1 123 0 143 35 156 143 43
Binary 11111 10110100 1 1010011 0 1100011 11101 1101110 1100011 100011

Color Harmonies of #1FB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB401

Black with #1FB401

Text Example


Text Example

White with #1FB401

Text Example


Text Example

HTML Codes & Css Web 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>