Html Css Color HEX #14A142 Pigment Green

📋 copy color: '#14A142'

red 20 ◦ green 161 ◦ blue 66

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

Shades of Pigment Green #14A142

Tints of Pigment Green #14A142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.72%

R = 8.1%
G = 65.18%
B = 26.72%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#14A142 (or 0x14A142) is known color: Pigment Green. HEX triplet: 14, A1 and 42. RGB value is (20,161,66). Sum of RGB (Red+Green+Blue) = 20+161+66=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 161 (63.28% from 255 or 65.18% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 161 - color contains mainly: green. Hex color #14A142 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A142 is #EB5EBD. Grayscale: #6C6C6C. Windows color (decimal): -15425214 or 4366612. OLE color: 4366612.

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

Color convert

RGB 20 161 66 -
CMYK 0.88 0 0.59 0.37
HSL 139.57º 0.78% 0.35% -
HSV(B) 139.57º 0.88% 0.63% -
XYZ 14.02 26.03 9.44 -
YUV 108.01 104.29 65.22 -
System Red Green Blue C M Y K H S L
Decimal 20 161 66 0.88 0 0.59 0.37 139.57 0.78 0.35
Hex 14 A1 42 58 0 3B 25 8C 4E 23
Octal 24 241 102 130 0 73 45 214 116 43
Binary 10100 10100001 1000010 1011000 0 111011 100101 10001100 1001110 100011

Color Harmonies of #14A142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A142

Black with #14A142

Text Example


Text Example

White with #14A142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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