Html Css Color HEX #13C608 Islamic Green

📋 copy color: '#13C608'

red 19 ◦ green 198 ◦ blue 8

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

Shades of Islamic Green #13C608

Tints of Islamic Green #13C608

RGB

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

 GREEN value IS 198 (77.73% from 255) = 88%

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

R = 8.44%
G = 88%
B = 3.56%

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

#13C608 (or 0x13C608) is known color: Islamic Green. HEX triplet: 13, C6 and 08. RGB value is (19,198,8). Sum of RGB (Red+Green+Blue) = 19+198+8=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 198 (77.73% from 255 or 88% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 198 - color contains mainly: green. Hex color #13C608 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C608 is #EC39F7. Grayscale: #7B7B7B. Windows color (decimal): -15481336 or 574995. OLE color: 574995.

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

Color convert

RGB 19 198 8 -
CMYK 0.90 0 0.96 0.22
HSL 116.53º 0.92% 0.4% -
HSV(B) 116.53º 0.96% 0.78% -
XYZ 20.51 40.54 6.97 -
YUV 122.82 63.2 53.95 -
System Red Green Blue C M Y K H S L
Decimal 19 198 8 0.90 0 0.96 0.22 116.53 0.92 0.4
Hex 13 C6 8 5A 0 60 16 75 5C 28
Octal 23 306 10 132 0 140 26 165 134 50
Binary 10011 11000110 1000 1011010 0 1100000 10110 1110101 1011100 101000

Color Harmonies of #13C608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C608

Black with #13C608

Text Example


Text Example

White with #13C608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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