Html Css Color HEX #14A144 Pigment Green

📋 copy color: '#14A144'

red 20 ◦ green 161 ◦ blue 68

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

Shades of Pigment Green #14A144

Tints of Pigment Green #14A144

RGB

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

 GREEN value IS 161 (63.28% from 255) = 64.66%

 BLUE value IS 68 (26.95% from 255) = 27.31%

R = 8.03%
G = 64.66%
B = 27.31%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#14A144 (or 0x14A144) is known color: Pigment Green. HEX triplet: 14, A1 and 44. RGB value is (20,161,68). Sum of RGB (Red+Green+Blue) = 20+161+68=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 161 (63.28% from 255 or 64.66% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 161 - color contains mainly: green. Hex color #14A144 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A144 is #EB5EBB. Grayscale: #6C6C6C. Windows color (decimal): -15425212 or 4497684. OLE color: 4497684.

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

Color convert

RGB 20 161 68 -
CMYK 0.88 0 0.58 0.37
HSL 140.43º 0.78% 0.35% -
HSV(B) 140.43º 0.88% 0.63% -
XYZ 14.08 26.06 9.76 -
YUV 108.24 105.29 65.06 -
System Red Green Blue C M Y K H S L
Decimal 20 161 68 0.88 0 0.58 0.37 140.43 0.78 0.35
Hex 14 A1 44 58 0 3A 25 8C 4E 23
Octal 24 241 104 130 0 72 45 214 116 43
Binary 10100 10100001 1000100 1011000 0 111010 100101 10001100 1001110 100011

Color Harmonies of #14A144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A144

Black with #14A144

Text Example


Text Example

White with #14A144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,161,68); }

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

background-color css

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

 a { background-color: rgb(20,161,68); }

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

border-color css

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

 span { border-color: rgb(20,161,68); }

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