Html Css Color HEX #13A005 Islamic Green

📋 copy color: '#13A005'

red 19 ◦ green 160 ◦ blue 5

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

Shades of Islamic Green #13A005

Tints of Islamic Green #13A005

RGB

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

 GREEN value IS 160 (62.89% from 255) = 86.96%

 BLUE value IS 5 (2.34% from 255) = 2.72%

R = 10.33%
G = 86.96%
B = 2.72%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#13A005 (or 0x13A005) is known color: Islamic Green. HEX triplet: 13, A0 and 05. RGB value is (19,160,5). Sum of RGB (Red+Green+Blue) = 19+160+5=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 160 (62.89% from 255 or 86.96% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 160 - color contains mainly: green. Hex color #13A005 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A005 is #EC5FFA. Grayscale: #646464. Windows color (decimal): -15491067 or 368659. OLE color: 368659.

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

Color convert

RGB 19 160 5 -
CMYK 0.88 0 0.97 0.37
HSL 114.58º 0.94% 0.32% -
HSV(B) 114.58º 0.97% 0.63% -
XYZ 12.87 25.29 4.35 -
YUV 100.17 74.29 70.1 -
System Red Green Blue C M Y K H S L
Decimal 19 160 5 0.88 0 0.97 0.37 114.58 0.94 0.32
Hex 13 A0 5 58 0 61 25 73 5E 20
Octal 23 240 5 130 0 141 45 163 136 40
Binary 10011 10100000 101 1011000 0 1100001 100101 1110011 1011110 100000

Color Harmonies of #13A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A005

Black with #13A005

Text Example


Text Example

White with #13A005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,160,5); }

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

background-color css

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

 a { background-color: rgb(19,160,5); }

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

border-color css

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

 span { border-color: rgb(19,160,5); }

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