#13A609

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

Shades of Islamic Green #13A609

Tints of Islamic Green #13A609

Color information

#13A609 (or 0x13A609) is unknown color: approx Islamic Green. HEX triplet: 13, A6 and 09. RGB value is (19,166,9). Sum of RGB (Red+Green+Blue) = 19+166+9=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 166 (65.23% from 255 or 85.57% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 166 - color contains mainly: green. Hex color #13A609 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A609 is #EC59F6. Grayscale: #686868. Windows color (decimal): -15489527 or 632339. OLE color: 632339.

HSL color Cylindrical-coordinate representation of color #13A609: hue angle of 116.18º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #13A609 is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB191669-
CMYK0.8900.950.35
HSL116.18º89.71%34.31%-
HSV(B)116.18º94.58%65.1%-
XYZ13.9527.434.82-
YUV104.1574.367.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.79%
GREEN value IS 166 (65.23% from 255) = 85.57%
BLUE value IS 9 (3.91% from 255) = 4.64%
R=9.79%
G=85.57%
B=4.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1916690.8900.950.35116.1889.7134.31
Hex13A695905F23745a22
Octal232461113101374316413242
Binary1001110100110100110110010101111110001111101001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,166,9); }

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

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

 a { background-color: rgb(19,166,9); }

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

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

 span { border-color: rgb(19,166,9); }

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