#1FBC04

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

Shades of Islamic Green #1FBC04

Tints of Islamic Green #1FBC04

Color information

#1FBC04 (or 0x1FBC04) is unknown color: approx Islamic Green. HEX triplet: 1F, BC and 04. RGB value is (31,188,4). Sum of RGB (Red+Green+Blue) = 31+188+4=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 188 (73.83% from 255 or 84.30% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBC04 is #E043FB. Grayscale: #787878. Windows color (decimal): -14697468 or 310303. OLE color: 310303.

HSL color Cylindrical-coordinate representation of color #1FBC04: hue angle of 111.2º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1FBC04 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB311884-
CMYK0.8400.980.26
HSL111.2º95.83%37.65%-
HSV(B)111.2º97.87%73.73%-
XYZ18.5736.276.14-
YUV120.0862.4964.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.90%
GREEN value IS 188 (73.83% from 255) = 84.30%
BLUE value IS 4 (1.95% from 255) = 1.79%
R=13.90%
G=84.30%
B=1.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3118840.8400.980.26111.295.8337.65
Hex1FBC4540621A6f6026
Octal37274412401423215714046
Binary11111101111001001010100011000101101011011111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBC04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,188,4); }

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

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

 a { background-color: rgb(31,188,4); }

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

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

 span { border-color: rgb(31,188,4); }

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