Html Css Color HEX #13AF70 Jade

📋 copy color: '#13AF70'

red 19 ◦ green 175 ◦ blue 112

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

Shades of Jade #13AF70

Tints of Jade #13AF70

RGB

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

 GREEN value IS 175 (68.75% from 255) = 57.19%

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 6.21%
G = 57.19%
B = 36.6%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#13AF70 (or 0x13AF70) is known color: Jade. HEX triplet: 13, AF and 70. RGB value is (19,175,112). Sum of RGB (Red+Green+Blue) = 19+175+112=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 175 (68.75% from 255 or 57.19% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AF70 is #EC508F. Grayscale: #797979. Windows color (decimal): -15487120 or 7384851. OLE color: 7384851.

HSL color Cylindrical-coordinate representation of color #13AF70: hue angle of 155.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AF70 is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 175 112 -
CMYK 0.89 0 0.36 0.31
HSL 155.77º 0.8% 0.38% -
HSV(B) 155.77º 0.89% 0.69% -
XYZ 18.52 31.97 20.52 -
YUV 121.17 122.82 55.12 -
System Red Green Blue C M Y K H S L
Decimal 19 175 112 0.89 0 0.36 0.31 155.77 0.8 0.38
Hex 13 AF 70 59 0 24 1F 9C 50 26
Octal 23 257 160 131 0 44 37 234 120 46
Binary 10011 10101111 1110000 1011001 0 100100 11111 10011100 1010000 100110

Color Harmonies of #13AF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AF70

Black with #13AF70

Text Example


Text Example

White with #13AF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,175,112); }

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

background-color css

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

 a { background-color: rgb(19,175,112); }

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

border-color css

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

 span { border-color: rgb(19,175,112); }

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