Html Css Color HEX #13C708 Islamic Green

📋 copy color: '#13C708'

red 19 ◦ green 199 ◦ blue 8

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

Shades of Islamic Green #13C708

Tints of Islamic Green #13C708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.54%

R = 8.41%
G = 88.05%
B = 3.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#13C708 (or 0x13C708) is known color: Islamic Green. HEX triplet: 13, C7 and 08. RGB value is (19,199,8). Sum of RGB (Red+Green+Blue) = 19+199+8=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 199 (78.12% from 255 or 88.05% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 199 - color contains mainly: green. Hex color #13C708 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C708 is #EC38F7. Grayscale: #7B7B7B. Windows color (decimal): -15481080 or 575251. OLE color: 575251.

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

Color convert

RGB 19 199 8 -
CMYK 0.90 0 0.96 0.22
HSL 116.54º 0.92% 0.41% -
HSV(B) 116.54º 0.96% 0.78% -
XYZ 20.74 41 7.05 -
YUV 123.41 62.87 53.53 -
System Red Green Blue C M Y K H S L
Decimal 19 199 8 0.90 0 0.96 0.22 116.54 0.92 0.41
Hex 13 C7 8 5A 0 60 16 75 5C 29
Octal 23 307 10 132 0 140 26 165 134 51
Binary 10011 11000111 1000 1011010 0 1100000 10110 1110101 1011100 101001

Color Harmonies of #13C708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C708

Black with #13C708

Text Example


Text Example

White with #13C708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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