Html Css Color HEX #14AA5E Pigment Green

📋 copy color: '#14AA5E'

red 20 ◦ green 170 ◦ blue 94

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

Shades of Pigment Green #14AA5E

Tints of Pigment Green #14AA5E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 59.86%

 BLUE value IS 94 (37.11% from 255) = 33.1%

R = 7.04%
G = 59.86%
B = 33.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#14AA5E (or 0x14AA5E) is known color: Pigment Green. HEX triplet: 14, AA and 5E. RGB value is (20,170,94). Sum of RGB (Red+Green+Blue) = 20+170+94=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 170 (66.80% from 255 or 59.86% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AA5E is #EB55A1. Grayscale: #747474. Windows color (decimal): -15422882 or 6203924. OLE color: 6203924.

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

Color convert

RGB 20 170 94 -
CMYK 0.88 0 0.45 0.33
HSL 149.6º 0.79% 0.37% -
HSV(B) 149.6º 0.88% 0.67% -
XYZ 16.68 29.71 15.44 -
YUV 116.49 115.31 59.18 -
System Red Green Blue C M Y K H S L
Decimal 20 170 94 0.88 0 0.45 0.33 149.6 0.79 0.37
Hex 14 AA 5E 58 0 2D 21 96 4F 25
Octal 24 252 136 130 0 55 41 226 117 45
Binary 10100 10101010 1011110 1011000 0 101101 100001 10010110 1001111 100101

Color Harmonies of #14AA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AA5E

Black with #14AA5E

Text Example


Text Example

White with #14AA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,170,94); }

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

background-color css

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

 a { background-color: rgb(20,170,94); }

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

border-color css

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

 span { border-color: rgb(20,170,94); }

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