Html Css Color HEX #13C168 Jade

📋 copy color: '#13C168'

red 19 ◦ green 193 ◦ blue 104

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

Shades of Jade #13C168

Tints of Jade #13C168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.91%

R = 6.01%
G = 61.08%
B = 32.91%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#13C168 (or 0x13C168) is known color: Jade. HEX triplet: 13, C1 and 68. RGB value is (19,193,104). Sum of RGB (Red+Green+Blue) = 19+193+104=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 193 (75.78% from 255 or 61.08% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 193 - color contains mainly: green. Hex color #13C168 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C168 is #EC3E97. Grayscale: #838383. Windows color (decimal): -15482520 or 6865171. OLE color: 6865171.

HSL color Cylindrical-coordinate representation of color #13C168: hue angle of 149.31º 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 #13C168 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 193 104 -
CMYK 0.90 0 0.46 0.24
HSL 149.31º 0.82% 0.42% -
HSV(B) 149.31º 0.9% 0.76% -
XYZ 21.84 39.28 19.53 -
YUV 130.83 112.85 48.24 -
System Red Green Blue C M Y K H S L
Decimal 19 193 104 0.90 0 0.46 0.24 149.31 0.82 0.42
Hex 13 C1 68 5A 0 2E 18 95 52 2A
Octal 23 301 150 132 0 56 30 225 122 52
Binary 10011 11000001 1101000 1011010 0 101110 11000 10010101 1010010 101010

Color Harmonies of #13C168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C168

Black with #13C168

Text Example


Text Example

White with #13C168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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