#13BA14

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

Shades of Islamic Green #13BA14

Tints of Islamic Green #13BA14

Color information

#13BA14 (or 0x13BA14) is unknown color: approx Islamic Green. HEX triplet: 13, BA and 14. RGB value is (19,186,20). Sum of RGB (Red+Green+Blue) = 19+186+20=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 186 (73.05% from 255 or 82.67% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BA14 is #EC45EB. Grayscale: #757575. Windows color (decimal): -15484396 or 1358355. OLE color: 1358355.

HSL color Cylindrical-coordinate representation of color #13BA14: hue angle of 120.36º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BA14 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB1918620-
CMYK0.9000.890.27
HSL120.36º81.46%40.2%-
HSV(B)120.36º89.78%72.94%-
XYZ17.9535.316.53-
YUV117.1473.1758-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 186 (73.05% from 255) = 82.67%
BLUE value IS 20 (8.20% from 255) = 8.89%
R=8.44%
G=82.67%
B=8.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal19186200.9000.890.27120.3681.4640.2
Hex13BA145A0591B785128
Octal232722413201313317012150
Binary1001110111010101001011010010110011101111110001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,186,20); }

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

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

 a { background-color: rgb(19,186,20); }

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

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

 span { border-color: rgb(19,186,20); }

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