Html Css Color HEX #14A96E Jade

📋 copy color: '#14A96E'

red 20 ◦ green 169 ◦ blue 110

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

Shades of Jade #14A96E

Tints of Jade #14A96E

RGB

 RED value IS 20 (8.2% from 255) = 6.69%

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

 BLUE value IS 110 (43.36% from 255) = 36.79%

R = 6.69%
G = 56.52%
B = 36.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#14A96E (or 0x14A96E) is known color: Jade. HEX triplet: 14, A9 and 6E. RGB value is (20,169,110). Sum of RGB (Red+Green+Blue) = 20+169+110=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 169 (66.41% from 255 or 56.52% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 169 - color contains mainly: green. Hex color #14A96E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A96E is #EB5691. Grayscale: #757575. Windows color (decimal): -15423122 or 7252244. OLE color: 7252244.

HSL color Cylindrical-coordinate representation of color #14A96E: hue angle of 156.24º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A96E is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 20 169 110 -
CMYK 0.88 0 0.35 0.34
HSL 156.24º 0.79% 0.37% -
HSV(B) 156.24º 0.88% 0.66% -
XYZ 17.29 29.65 19.56 -
YUV 117.72 123.64 58.3 -
System Red Green Blue C M Y K H S L
Decimal 20 169 110 0.88 0 0.35 0.34 156.24 0.79 0.37
Hex 14 A9 6E 58 0 23 22 9C 4F 25
Octal 24 251 156 130 0 43 42 234 117 45
Binary 10100 10101001 1101110 1011000 0 100011 100010 10011100 1001111 100101

Color Harmonies of #14A96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A96E

Black with #14A96E

Text Example


Text Example

White with #14A96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14A96E; }

 p { color: rgb(20,169,110); }

 H1.HeaderClassName
 {
   color: #14A96E;
 }
 .AnyTagClassName
 {
   color: #14A96E;
 }
</style>

background-color css

<style>
 a { background-color: #14A96E; }

 a { background-color: rgb(20,169,110); }

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

border-color css

<style>
 span { border-color: #14A96E; }

 span { border-color: rgb(20,169,110); }

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