Html Css Color HEX #13A966 Jade

📋 copy color: '#13A966'

red 19 ◦ green 169 ◦ blue 102

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

Shades of Jade #13A966

Tints of Jade #13A966

RGB

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

 GREEN value IS 169 (66.41% from 255) = 58.28%

 BLUE value IS 102 (40.23% from 255) = 35.17%

R = 6.55%
G = 58.28%
B = 35.17%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#13A966 (or 0x13A966) is known color: Jade. HEX triplet: 13, A9 and 66. RGB value is (19,169,102). Sum of RGB (Red+Green+Blue) = 19+169+102=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 169 (66.41% from 255 or 58.28% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 169 - color contains mainly: green. Hex color #13A966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A966 is #EC5699. Grayscale: #747474. Windows color (decimal): -15488666 or 6727955. OLE color: 6727955.

HSL color Cylindrical-coordinate representation of color #13A966: hue angle of 153.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A966 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 19 169 102 -
CMYK 0.89 0 0.40 0.34
HSL 153.2º 0.8% 0.37% -
HSV(B) 153.2º 0.89% 0.66% -
XYZ 16.85 29.47 17.37 -
YUV 116.51 119.81 58.45 -
System Red Green Blue C M Y K H S L
Decimal 19 169 102 0.89 0 0.40 0.34 153.2 0.8 0.37
Hex 13 A9 66 59 0 28 22 99 50 25
Octal 23 251 146 131 0 50 42 231 120 45
Binary 10011 10101001 1100110 1011001 0 101000 100010 10011001 1010000 100101

Color Harmonies of #13A966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A966

Black with #13A966

Text Example


Text Example

White with #13A966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,169,102); }

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

background-color css

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

 a { background-color: rgb(19,169,102); }

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

border-color css

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

 span { border-color: rgb(19,169,102); }

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