Html Css Color HEX #14A642 Pigment Green

📋 copy color: '#14A642'

red 20 ◦ green 166 ◦ blue 66

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

Shades of Pigment Green #14A642

Tints of Pigment Green #14A642

RGB

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

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

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

R = 7.94%
G = 65.87%
B = 26.19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#14A642 (or 0x14A642) is known color: Pigment Green. HEX triplet: 14, A6 and 42. RGB value is (20,166,66). Sum of RGB (Red+Green+Blue) = 20+166+66=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 166 (65.23% from 255 or 65.87% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 166 - color contains mainly: green. Hex color #14A642 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A642 is #EB59BD. Grayscale: #6F6F6F. Windows color (decimal): -15423934 or 4367892. OLE color: 4367892.

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

Color convert

RGB 20 166 66 -
CMYK 0.88 0 0.60 0.35
HSL 138.9º 0.78% 0.36% -
HSV(B) 138.9º 0.88% 0.65% -
XYZ 14.91 27.81 9.74 -
YUV 110.95 102.63 63.13 -
System Red Green Blue C M Y K H S L
Decimal 20 166 66 0.88 0 0.60 0.35 138.9 0.78 0.36
Hex 14 A6 42 58 0 3C 23 8B 4E 24
Octal 24 246 102 130 0 74 43 213 116 44
Binary 10100 10100110 1000010 1011000 0 111100 100011 10001011 1001110 100100

Color Harmonies of #14A642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A642

Black with #14A642

Text Example


Text Example

White with #14A642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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