Html Css Color HEX #14A26E Jade

📋 copy color: '#14A26E'

red 20 ◦ green 162 ◦ blue 110

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

Shades of Jade #14A26E

Tints of Jade #14A26E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 55.48%

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

R = 6.85%
G = 55.48%
B = 37.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#14A26E (or 0x14A26E) is known color: Jade. HEX triplet: 14, A2 and 6E. RGB value is (20,162,110). Sum of RGB (Red+Green+Blue) = 20+162+110=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 162 (63.67% from 255 or 55.48% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 162 - color contains mainly: green. Hex color #14A26E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A26E is #EB5D91. Grayscale: #717171. Windows color (decimal): -15424914 or 7250452. OLE color: 7250452.

HSL color Cylindrical-coordinate representation of color #14A26E: hue angle of 158.03º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A26E is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 162 110 -
CMYK 0.88 0 0.32 0.36
HSL 158.03º 0.78% 0.36% -
HSV(B) 158.03º 0.88% 0.64% -
XYZ 16.02 27.12 19.14 -
YUV 113.61 125.96 61.23 -
System Red Green Blue C M Y K H S L
Decimal 20 162 110 0.88 0 0.32 0.36 158.03 0.78 0.36
Hex 14 A2 6E 58 0 20 24 9E 4E 24
Octal 24 242 156 130 0 40 44 236 116 44
Binary 10100 10100010 1101110 1011000 0 100000 100100 10011110 1001110 100100

Color Harmonies of #14A26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A26E

Black with #14A26E

Text Example


Text Example

White with #14A26E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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