Html Css Color HEX #13C005 Islamic Green

📋 copy color: '#13C005'

red 19 ◦ green 192 ◦ blue 5

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

Shades of Islamic Green #13C005

Tints of Islamic Green #13C005

RGB

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

 GREEN value IS 192 (75.39% from 255) = 88.89%

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

R = 8.8%
G = 88.89%
B = 2.31%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#13C005 (or 0x13C005) is known color: Islamic Green. HEX triplet: 13, C0 and 05. RGB value is (19,192,5). Sum of RGB (Red+Green+Blue) = 19+192+5=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 192 (75.39% from 255 or 88.89% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 192 - color contains mainly: green. Hex color #13C005 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C005 is #EC3FFA. Grayscale: #777777. Windows color (decimal): -15482875 or 376851. OLE color: 376851.

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

Color convert

RGB 19 192 5 -
CMYK 0.90 0 0.97 0.25
HSL 115.51º 0.95% 0.39% -
HSV(B) 115.51º 0.97% 0.75% -
XYZ 19.15 37.85 6.44 -
YUV 118.96 63.69 56.71 -
System Red Green Blue C M Y K H S L
Decimal 19 192 5 0.90 0 0.97 0.25 115.51 0.95 0.39
Hex 13 C0 5 5A 0 61 19 74 5F 27
Octal 23 300 5 132 0 141 31 164 137 47
Binary 10011 11000000 101 1011010 0 1100001 11001 1110100 1011111 100111

Color Harmonies of #13C005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C005

Black with #13C005

Text Example


Text Example

White with #13C005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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