#13BC06

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

Shades of Islamic Green #13BC06

Tints of Islamic Green #13BC06

Color information

#13BC06 (or 0x13BC06) is unknown color: approx Islamic Green. HEX triplet: 13, BC and 06. RGB value is (19,188,6). Sum of RGB (Red+Green+Blue) = 19+188+6=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 188 (73.83% from 255 or 88.26% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BC06 is #EC43F9. Grayscale: #757575. Windows color (decimal): -15483898 or 441363. OLE color: 441363.

HSL color Cylindrical-coordinate representation of color #13BC06: hue angle of 115.71º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13BC06 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB191886-
CMYK0.9000.970.26
HSL115.71º93.81%38.04%-
HSV(B)115.71º96.81%73.73%-
XYZ18.2836.126.18-
YUV116.7265.5158.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.92%
GREEN value IS 188 (73.83% from 255) = 88.26%
BLUE value IS 6 (2.73% from 255) = 2.82%
R=8.92%
G=88.26%
B=2.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1918860.9000.970.26115.7193.8138.04
Hex13BC65A0611A745e26
Octal23274613201413216413646
Binary10011101111001101011010011000011101011101001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,188,6); }

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

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

 a { background-color: rgb(19,188,6); }

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

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

 span { border-color: rgb(19,188,6); }

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