Html Css Color HEX #13AA18 Islamic Green

📋 copy color: '#13AA18'

red 19 ◦ green 170 ◦ blue 24

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

Shades of Islamic Green #13AA18

Tints of Islamic Green #13AA18

RGB

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

 GREEN value IS 170 (66.8% from 255) = 79.81%

 BLUE value IS 24 (9.77% from 255) = 11.27%

R = 8.92%
G = 79.81%
B = 11.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#13AA18 (or 0x13AA18) is known color: Islamic Green. HEX triplet: 13, AA and 18. RGB value is (19,170,24). Sum of RGB (Red+Green+Blue) = 19+170+24=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 170 (66.80% from 255 or 79.81% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13AA18 is #EC55E7. Grayscale: #6C6C6C. Windows color (decimal): -15488488 or 1616403. OLE color: 1616403.

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

Color convert

RGB 19 170 24 -
CMYK 0.89 0 0.86 0.33
HSL 121.99º 0.8% 0.37% -
HSV(B) 121.99º 0.89% 0.67% -
XYZ 14.81 28.95 5.67 -
YUV 108.21 80.47 64.37 -
System Red Green Blue C M Y K H S L
Decimal 19 170 24 0.89 0 0.86 0.33 121.99 0.8 0.37
Hex 13 AA 18 59 0 56 21 7A 50 25
Octal 23 252 30 131 0 126 41 172 120 45
Binary 10011 10101010 11000 1011001 0 1010110 100001 1111010 1010000 100101

Color Harmonies of #13AA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA18

Black with #13AA18

Text Example


Text Example

White with #13AA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,170,24); }

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

background-color css

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

 a { background-color: rgb(19,170,24); }

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

border-color css

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

 span { border-color: rgb(19,170,24); }

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