Html Css Color HEX #13A204 Islamic Green

📋 copy color: '#13A204'

red 19 ◦ green 162 ◦ blue 4

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

Shades of Islamic Green #13A204

Tints of Islamic Green #13A204

RGB

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

 GREEN value IS 162 (63.67% from 255) = 87.57%

 BLUE value IS 4 (1.95% from 255) = 2.16%

R = 10.27%
G = 87.57%
B = 2.16%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#13A204 (or 0x13A204) is known color: Islamic Green. HEX triplet: 13, A2 and 04. RGB value is (19,162,4). Sum of RGB (Red+Green+Blue) = 19+162+4=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 162 (63.67% from 255 or 87.57% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 162 - color contains mainly: green. Hex color #13A204 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A204 is #EC5DFB. Grayscale: #656565. Windows color (decimal): -15490556 or 303635. OLE color: 303635.

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

Color convert

RGB 19 162 4 -
CMYK 0.88 0 0.98 0.36
HSL 114.3º 0.95% 0.33% -
HSV(B) 114.3º 0.98% 0.64% -
XYZ 13.21 25.99 4.43 -
YUV 101.23 73.12 69.35 -
System Red Green Blue C M Y K H S L
Decimal 19 162 4 0.88 0 0.98 0.36 114.3 0.95 0.33
Hex 13 A2 4 58 0 62 24 72 5F 21
Octal 23 242 4 130 0 142 44 162 137 41
Binary 10011 10100010 100 1011000 0 1100010 100100 1110010 1011111 100001

Color Harmonies of #13A204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A204

Black with #13A204

Text Example


Text Example

White with #13A204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,162,4); }

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

background-color css

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

 a { background-color: rgb(19,162,4); }

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

border-color css

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

 span { border-color: rgb(19,162,4); }

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