#13B200

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

Shades of Islamic Green #13B200

Tints of Islamic Green #13B200

Color information

#13B200 (or 0x13B200) is unknown color: approx Islamic Green. HEX triplet: 13, B2 and 00. RGB value is (19,178,0). Sum of RGB (Red+Green+Blue) = 19+178+0=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 178 (69.92% from 255 or 90.36% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 178 - color contains mainly: green. Hex color #13B200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13B200 is #EC4DFF. Grayscale: #6E6E6E. Windows color (decimal): -15486464 or 45587. OLE color: 45587.

HSL color Cylindrical-coordinate representation of color #13B200: hue angle of 113.6º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13B200 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB191780-
CMYK0.89010.30
HSL113.6º100%34.9%-
HSV(B)113.6º100%69.8%-
XYZ16.1931.985.32-
YUV110.1765.8262.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 178 (69.92% from 255) = 90.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=9.64%
G=90.36%
B=0%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1917800.89010.30113.610034.9
Hex13B20590641E726423
Octal23262013101443616214443
Binary100111011001001011001011001001111011100101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13B200; }

 p { color: rgb(19,178,0); }

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

<style>
 a { background-color: #13B200; }

 a { background-color: rgb(19,178,0); }

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

<style>
 span { border-color: #13B200; }

 span { border-color: rgb(19,178,0); }

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