Html Css Color HEX #13A112 Islamic Green

📋 copy color: '#13A112'

red 19 ◦ green 161 ◦ blue 18

#13A112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #13A112

Tints of Islamic Green #13A112

RGB

 RED value IS 19 (7.81% from 255) = 9.6%

 GREEN value IS 161 (63.28% from 255) = 81.31%

 BLUE value IS 18 (7.42% from 255) = 9.09%

R = 9.6%
G = 81.31%
B = 9.09%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#13A112 (or 0x13A112) is known color: Islamic Green. HEX triplet: 13, A1 and 12. RGB value is (19,161,18). Sum of RGB (Red+Green+Blue) = 19+161+18=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 161 (63.28% from 255 or 81.31% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 161 - color contains mainly: green. Hex color #13A112 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A112 is #EC5EED. Grayscale: #666666. Windows color (decimal): -15490798 or 1220883. OLE color: 1220883.

HSL color Cylindrical-coordinate representation of color #13A112: hue angle of 119.58º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A112 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 19 161 18 -
CMYK 0.88 0 0.89 0.37
HSL 119.58º 0.8% 0.35% -
HSV(B) 119.58º 0.89% 0.63% -
XYZ 13.12 25.67 4.84 -
YUV 102.24 80.46 68.63 -
System Red Green Blue C M Y K H S L
Decimal 19 161 18 0.88 0 0.89 0.37 119.58 0.8 0.35
Hex 13 A1 12 58 0 59 25 78 50 23
Octal 23 241 22 130 0 131 45 170 120 43
Binary 10011 10100001 10010 1011000 0 1011001 100101 1111000 1010000 100011

Color Harmonies of #13A112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A112

Black with #13A112

Text Example


Text Example

White with #13A112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,161,18); }

 H1.HeaderClassName
 {
   color: #13A112;
 }
 .AnyTagClassName
 {
   color: #13A112;
 }
</style>

background-color css

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

 a { background-color: rgb(19,161,18); }

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

border-color css

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

 span { border-color: rgb(19,161,18); }

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