Html Css Color HEX #13AF68 Jade

📋 copy color: '#13AF68'

red 19 ◦ green 175 ◦ blue 104

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

Shades of Jade #13AF68

Tints of Jade #13AF68

RGB

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

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

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

R = 6.38%
G = 58.72%
B = 34.9%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#13AF68 (or 0x13AF68) is known color: Jade. HEX triplet: 13, AF and 68. RGB value is (19,175,104). Sum of RGB (Red+Green+Blue) = 19+175+104=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 175 (68.75% from 255 or 58.72% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AF68 is #EC5097. Grayscale: #787878. Windows color (decimal): -15487128 or 6860563. OLE color: 6860563.

HSL color Cylindrical-coordinate representation of color #13AF68: hue angle of 152.69º 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 #13AF68 is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 175 104 -
CMYK 0.89 0 0.41 0.31
HSL 152.69º 0.8% 0.38% -
HSV(B) 152.69º 0.89% 0.69% -
XYZ 18.1 31.8 18.28 -
YUV 120.26 118.82 55.77 -
System Red Green Blue C M Y K H S L
Decimal 19 175 104 0.89 0 0.41 0.31 152.69 0.8 0.38
Hex 13 AF 68 59 0 29 1F 99 50 26
Octal 23 257 150 131 0 51 37 231 120 46
Binary 10011 10101111 1101000 1011001 0 101001 11111 10011001 1010000 100110

Color Harmonies of #13AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AF68

Black with #13AF68

Text Example


Text Example

White with #13AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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