Html Css Color HEX #14AD58 Pigment Green

📋 copy color: '#14AD58'

red 20 ◦ green 173 ◦ blue 88

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

Shades of Pigment Green #14AD58

Tints of Pigment Green #14AD58

RGB

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

 GREEN value IS 173 (67.97% from 255) = 61.57%

 BLUE value IS 88 (34.77% from 255) = 31.32%

R = 7.12%
G = 61.57%
B = 31.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#14AD58 (or 0x14AD58) is known color: Pigment Green. HEX triplet: 14, AD and 58. RGB value is (20,173,88). Sum of RGB (Red+Green+Blue) = 20+173+88=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 173 (67.97% from 255 or 61.57% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AD58 is #EB52A7. Grayscale: #757575. Windows color (decimal): -15422120 or 5811476. OLE color: 5811476.

HSL color Cylindrical-coordinate representation of color #14AD58: hue angle of 146.67º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AD58 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 173 88 -
CMYK 0.88 0 0.49 0.32
HSL 146.67º 0.79% 0.38% -
HSV(B) 146.67º 0.88% 0.68% -
XYZ 16.99 30.74 14.27 -
YUV 117.56 111.31 58.41 -
System Red Green Blue C M Y K H S L
Decimal 20 173 88 0.88 0 0.49 0.32 146.67 0.79 0.38
Hex 14 AD 58 58 0 31 20 93 4F 26
Octal 24 255 130 130 0 61 40 223 117 46
Binary 10100 10101101 1011000 1011000 0 110001 100000 10010011 1001111 100110

Color Harmonies of #14AD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AD58

Black with #14AD58

Text Example


Text Example

White with #14AD58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,173,88); }

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

background-color css

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

 a { background-color: rgb(20,173,88); }

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

border-color css

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

 span { border-color: rgb(20,173,88); }

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