Html Css Color HEX #14A26A Jade

📋 copy color: '#14A26A'

red 20 ◦ green 162 ◦ blue 106

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

Shades of Jade #14A26A

Tints of Jade #14A26A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.81%

R = 6.94%
G = 56.25%
B = 36.81%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#14A26A (or 0x14A26A) is known color: Jade. HEX triplet: 14, A2 and 6A. RGB value is (20,162,106). Sum of RGB (Red+Green+Blue) = 20+162+106=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 162 (63.67% from 255 or 56.25% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 162 - color contains mainly: green. Hex color #14A26A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A26A is #EB5D95. Grayscale: #717171. Windows color (decimal): -15424918 or 6988308. OLE color: 6988308.

HSL color Cylindrical-coordinate representation of color #14A26A: hue angle of 156.34º 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 #14A26A is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 162 106 -
CMYK 0.88 0 0.35 0.36
HSL 156.34º 0.78% 0.36% -
HSV(B) 156.34º 0.88% 0.64% -
XYZ 15.81 27.03 18.02 -
YUV 113.16 123.96 61.55 -
System Red Green Blue C M Y K H S L
Decimal 20 162 106 0.88 0 0.35 0.36 156.34 0.78 0.36
Hex 14 A2 6A 58 0 23 24 9C 4E 24
Octal 24 242 152 130 0 43 44 234 116 44
Binary 10100 10100010 1101010 1011000 0 100011 100100 10011100 1001110 100100

Color Harmonies of #14A26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A26A

Black with #14A26A

Text Example


Text Example

White with #14A26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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