Html Css Color HEX #13C606 Islamic Green

📋 copy color: '#13C606'

red 19 ◦ green 198 ◦ blue 6

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

Shades of Islamic Green #13C606

Tints of Islamic Green #13C606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.69%

R = 8.52%
G = 88.79%
B = 2.69%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#13C606 (or 0x13C606) is known color: Islamic Green. HEX triplet: 13, C6 and 06. RGB value is (19,198,6). Sum of RGB (Red+Green+Blue) = 19+198+6=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 198 (77.73% from 255 or 88.79% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 198 - color contains mainly: green. Hex color #13C606 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C606 is #EC39F9. Grayscale: #7B7B7B. Windows color (decimal): -15481338 or 443923. OLE color: 443923.

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

Color convert

RGB 19 198 6 -
CMYK 0.90 0 0.97 0.22
HSL 115.94º 0.94% 0.4% -
HSV(B) 115.94º 0.97% 0.78% -
XYZ 20.5 40.54 6.92 -
YUV 122.59 62.2 54.11 -
System Red Green Blue C M Y K H S L
Decimal 19 198 6 0.90 0 0.97 0.22 115.94 0.94 0.4
Hex 13 C6 6 5A 0 61 16 74 5E 28
Octal 23 306 6 132 0 141 26 164 136 50
Binary 10011 11000110 110 1011010 0 1100001 10110 1110100 1011110 101000

Color Harmonies of #13C606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C606

Black with #13C606

Text Example


Text Example

White with #13C606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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