Html Css Color HEX #14A442 Pigment Green

📋 copy color: '#14A442'

red 20 ◦ green 164 ◦ blue 66

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

Shades of Pigment Green #14A442

Tints of Pigment Green #14A442

RGB

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

 GREEN value IS 164 (64.45% from 255) = 65.6%

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

R = 8%
G = 65.6%
B = 26.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#14A442 (or 0x14A442) is known color: Pigment Green. HEX triplet: 14, A4 and 42. RGB value is (20,164,66). Sum of RGB (Red+Green+Blue) = 20+164+66=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 164 (64.45% from 255 or 65.6% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 164 - color contains mainly: green. Hex color #14A442 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A442 is #EB5BBD. Grayscale: #6E6E6E. Windows color (decimal): -15424446 or 4367380. OLE color: 4367380.

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

Color convert

RGB 20 164 66 -
CMYK 0.88 0 0.60 0.36
HSL 139.17º 0.78% 0.36% -
HSV(B) 139.17º 0.88% 0.64% -
XYZ 14.55 27.09 9.62 -
YUV 109.77 103.29 63.97 -
System Red Green Blue C M Y K H S L
Decimal 20 164 66 0.88 0 0.60 0.36 139.17 0.78 0.36
Hex 14 A4 42 58 0 3C 24 8B 4E 24
Octal 24 244 102 130 0 74 44 213 116 44
Binary 10100 10100100 1000010 1011000 0 111100 100100 10001011 1001110 100100

Color Harmonies of #14A442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A442

Black with #14A442

Text Example


Text Example

White with #14A442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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