Html Css Color HEX #13C205 Islamic Green

📋 copy color: '#13C205'

red 19 ◦ green 194 ◦ blue 5

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

Shades of Islamic Green #13C205

Tints of Islamic Green #13C205

RGB

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

 GREEN value IS 194 (76.17% from 255) = 88.99%

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

R = 8.72%
G = 88.99%
B = 2.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#13C205 (or 0x13C205) is known color: Islamic Green. HEX triplet: 13, C2 and 05. RGB value is (19,194,5). Sum of RGB (Red+Green+Blue) = 19+194+5=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 194 (76.17% from 255 or 88.99% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 194 - color contains mainly: green. Hex color #13C205 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C205 is #EC3DFA. Grayscale: #787878. Windows color (decimal): -15482363 or 377363. OLE color: 377363.

HSL color Cylindrical-coordinate representation of color #13C205: hue angle of 115.56º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13C205 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 194 5 -
CMYK 0.90 0 0.97 0.24
HSL 115.56º 0.95% 0.39% -
HSV(B) 115.56º 0.97% 0.76% -
XYZ 19.59 38.73 6.59 -
YUV 120.13 63.02 55.87 -
System Red Green Blue C M Y K H S L
Decimal 19 194 5 0.90 0 0.97 0.24 115.56 0.95 0.39
Hex 13 C2 5 5A 0 61 18 74 5F 27
Octal 23 302 5 132 0 141 30 164 137 47
Binary 10011 11000010 101 1011010 0 1100001 11000 1110100 1011111 100111

Color Harmonies of #13C205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C205

Black with #13C205

Text Example


Text Example

White with #13C205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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