Html Css Color HEX #14A655 Pigment Green

📋 copy color: '#14A655'

red 20 ◦ green 166 ◦ blue 85

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

Shades of Pigment Green #14A655

Tints of Pigment Green #14A655

RGB

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

 GREEN value IS 166 (65.23% from 255) = 61.25%

 BLUE value IS 85 (33.59% from 255) = 31.37%

R = 7.38%
G = 61.25%
B = 31.37%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#14A655 (or 0x14A655) is known color: Pigment Green. HEX triplet: 14, A6 and 55. RGB value is (20,166,85). Sum of RGB (Red+Green+Blue) = 20+166+85=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 166 (65.23% from 255 or 61.25% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 166 - color contains mainly: green. Hex color #14A655 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A655 is #EB59AA. Grayscale: #717171. Windows color (decimal): -15423915 or 5613076. OLE color: 5613076.

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

Color convert

RGB 20 166 85 -
CMYK 0.88 0 0.49 0.35
HSL 146.71º 0.78% 0.36% -
HSV(B) 146.71º 0.88% 0.65% -
XYZ 15.56 28.08 13.19 -
YUV 113.11 112.13 61.59 -
System Red Green Blue C M Y K H S L
Decimal 20 166 85 0.88 0 0.49 0.35 146.71 0.78 0.36
Hex 14 A6 55 58 0 31 23 93 4E 24
Octal 24 246 125 130 0 61 43 223 116 44
Binary 10100 10100110 1010101 1011000 0 110001 100011 10010011 1001110 100100

Color Harmonies of #14A655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A655

Black with #14A655

Text Example


Text Example

White with #14A655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,166,85); }

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

background-color css

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

 a { background-color: rgb(20,166,85); }

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

border-color css

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

 span { border-color: rgb(20,166,85); }

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