#1F9C00

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

Shades of Islamic Green #1F9C00

Tints of Islamic Green #1F9C00

Color information

#1F9C00 (or 0x1F9C00) is unknown color: approx Islamic Green. HEX triplet: 1F, 9C and 00. RGB value is (31,156,0). Sum of RGB (Red+Green+Blue) = 31+156+0=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 156 (61.33% from 255 or 83.42% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9C00 is #E063FF. Grayscale: #656565. Windows color (decimal): -14705664 or 39967. OLE color: 39967.

HSL color Cylindrical-coordinate representation of color #1F9C00: hue angle of 108.08º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F9C00 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB311560-
CMYK0.80010.39
HSL108.08º100%30.59%-
HSV(B)108.08º100%61.18%-
XYZ12.4524.073.99-
YUV100.8471.0978.18-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.58%
GREEN value IS 156 (61.33% from 255) = 83.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.58%
G=83.42%
B=0%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3115600.80010.39108.0810030.59
Hex1F9C050064276c641f
Octal37234012001444715414437
Binary111111001110001010000011001001001111101100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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