#13B201

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

Shades of Islamic Green #13B201

Tints of Islamic Green #13B201

Color information

#13B201 (or 0x13B201) is unknown color: approx Islamic Green. HEX triplet: 13, B2 and 01. RGB value is (19,178,1). Sum of RGB (Red+Green+Blue) = 19+178+1=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 178 (69.92% from 255 or 89.90% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 178 - color contains mainly: green. Hex color #13B201 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13B201 is #EC4DFE. Grayscale: #6E6E6E. Windows color (decimal): -15486463 or 111123. OLE color: 111123.

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

Color convert

RGB191781-
CMYK0.8900.990.30
HSL113.9º98.88%35.1%-
HSV(B)113.9º99.44%69.8%-
XYZ16.1931.985.35-
YUV110.2866.3262.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.60%
GREEN value IS 178 (69.92% from 255) = 89.90%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=9.60%
G=89.90%
B=0.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1917810.8900.990.30113.998.8835.1
Hex13B21590631E726323
Octal23262113101433616214343
Binary100111011001011011001011000111111011100101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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