Html Css Color HEX #13C704 Islamic Green

📋 copy color: '#13C704'

red 19 ◦ green 199 ◦ blue 4

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

Shades of Islamic Green #13C704

Tints of Islamic Green #13C704

RGB

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

 GREEN value IS 199 (78.13% from 255) = 89.64%

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

R = 8.56%
G = 89.64%
B = 1.8%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#13C704 (or 0x13C704) is known color: Islamic Green. HEX triplet: 13, C7 and 04. RGB value is (19,199,4). Sum of RGB (Red+Green+Blue) = 19+199+4=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 199 (78.12% from 255 or 89.64% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 199 - color contains mainly: green. Hex color #13C704 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C704 is #EC38FB. Grayscale: #7B7B7B. Windows color (decimal): -15481084 or 313107. OLE color: 313107.

HSL color Cylindrical-coordinate representation of color #13C704: hue angle of 115.38º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13C704 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 199 4 -
CMYK 0.90 0 0.98 0.22
HSL 115.38º 0.96% 0.4% -
HSV(B) 115.38º 0.98% 0.78% -
XYZ 20.71 40.99 6.94 -
YUV 122.95 60.87 53.86 -
System Red Green Blue C M Y K H S L
Decimal 19 199 4 0.90 0 0.98 0.22 115.38 0.96 0.4
Hex 13 C7 4 5A 0 62 16 73 60 28
Octal 23 307 4 132 0 142 26 163 140 50
Binary 10011 11000111 100 1011010 0 1100010 10110 1110011 1100000 101000

Color Harmonies of #13C704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C704

Black with #13C704

Text Example


Text Example

White with #13C704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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