Html Css Color HEX #13C16C Jade

📋 copy color: '#13C16C'

red 19 ◦ green 193 ◦ blue 108

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

Shades of Jade #13C16C

Tints of Jade #13C16C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 60.31%

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 5.94%
G = 60.31%
B = 33.75%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#13C16C (or 0x13C16C) is known color: Jade. HEX triplet: 13, C1 and 6C. RGB value is (19,193,108). Sum of RGB (Red+Green+Blue) = 19+193+108=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 193 (75.78% from 255 or 60.31% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 193 - color contains mainly: green. Hex color #13C16C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C16C is #EC3E93. Grayscale: #838383. Windows color (decimal): -15482516 or 7127315. OLE color: 7127315.

HSL color Cylindrical-coordinate representation of color #13C16C: hue angle of 150.69º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C16C is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 193 108 -
CMYK 0.90 0 0.44 0.24
HSL 150.69º 0.82% 0.42% -
HSV(B) 150.69º 0.9% 0.76% -
XYZ 22.05 39.36 20.62 -
YUV 131.28 114.85 47.91 -
System Red Green Blue C M Y K H S L
Decimal 19 193 108 0.90 0 0.44 0.24 150.69 0.82 0.42
Hex 13 C1 6C 5A 0 2C 18 97 52 2A
Octal 23 301 154 132 0 54 30 227 122 52
Binary 10011 11000001 1101100 1011010 0 101100 11000 10010111 1010010 101010

Color Harmonies of #13C16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C16C

Black with #13C16C

Text Example


Text Example

White with #13C16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,193,108); }

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

background-color css

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

 a { background-color: rgb(19,193,108); }

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

border-color css

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

 span { border-color: rgb(19,193,108); }

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