Html Css Color HEX #13A401 Islamic Green

📋 copy color: '#13A401'

red 19 ◦ green 164 ◦ blue 1

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

Shades of Islamic Green #13A401

Tints of Islamic Green #13A401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 89.13%

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 10.33%
G = 89.13%
B = 0.54%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#13A401 (or 0x13A401) is known color: Islamic Green. HEX triplet: 13, A4 and 01. RGB value is (19,164,1). Sum of RGB (Red+Green+Blue) = 19+164+1=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 164 (64.45% from 255 or 89.13% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 164 - color contains mainly: green. Hex color #13A401 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A401 is #EC5BFE. Grayscale: #666666. Windows color (decimal): -15490047 or 107539. OLE color: 107539.

HSL color Cylindrical-coordinate representation of color #13A401: hue angle of 113.37º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13A401 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 164 1 -
CMYK 0.88 0 0.99 0.36
HSL 113.37º 0.99% 0.32% -
HSV(B) 113.37º 0.99% 0.64% -
XYZ 13.55 26.69 4.47 -
YUV 102.06 70.96 68.75 -
System Red Green Blue C M Y K H S L
Decimal 19 164 1 0.88 0 0.99 0.36 113.37 0.99 0.32
Hex 13 A4 1 58 0 63 24 71 63 20
Octal 23 244 1 130 0 143 44 161 143 40
Binary 10011 10100100 1 1011000 0 1100011 100100 1110001 1100011 100000

Color Harmonies of #13A401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A401

Black with #13A401

Text Example


Text Example

White with #13A401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,164,1); }

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

background-color css

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

 a { background-color: rgb(19,164,1); }

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

border-color css

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

 span { border-color: rgb(19,164,1); }

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