Html Css Color HEX #1FBC00 Islamic Green

📋 copy color: '#1FBC00'

red 31 ◦ green 188 ◦ blue 0

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

Shades of Islamic Green #1FBC00

Tints of Islamic Green #1FBC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 85.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 14.16%
G = 85.84%
B = 0%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#1FBC00 (or 0x1FBC00) is known color: Islamic Green. HEX triplet: 1F, BC and 00. RGB value is (31,188,0). Sum of RGB (Red+Green+Blue) = 31+188+0=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 188 (73.83% from 255 or 85.84% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBC00 is #E043FF. Grayscale: #787878. Windows color (decimal): -14697472 or 48159. OLE color: 48159.

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

Color convert

RGB 31 188 0 -
CMYK 0.84 0 1 0.26
HSL 110.11º 1% 0.37% -
HSV(B) 110.11º 1% 0.74% -
XYZ 18.55 36.26 6.02 -
YUV 119.63 60.49 64.79 -
System Red Green Blue C M Y K H S L
Decimal 31 188 0 0.84 0 1 0.26 110.11 1 0.37
Hex 1F BC 0 54 0 64 1A 6E 64 25
Octal 37 274 0 124 0 144 32 156 144 45
Binary 11111 10111100 0 1010100 0 1100100 11010 1101110 1100100 100101

Color Harmonies of #1FBC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBC00

Black with #1FBC00

Text Example


Text Example

White with #1FBC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1FBC00;
 }
 .AnyTagClassName
 {
   color: #1FBC00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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