Html Css Color HEX #14A858 Pigment Green

📋 copy color: '#14A858'

red 20 ◦ green 168 ◦ blue 88

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

Shades of Pigment Green #14A858

Tints of Pigment Green #14A858

RGB

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

 GREEN value IS 168 (66.02% from 255) = 60.87%

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

R = 7.25%
G = 60.87%
B = 31.88%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#14A858 (or 0x14A858) is known color: Pigment Green. HEX triplet: 14, A8 and 58. RGB value is (20,168,88). Sum of RGB (Red+Green+Blue) = 20+168+88=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 168 (66.02% from 255 or 60.87% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 168 - color contains mainly: green. Hex color #14A858 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A858 is #EB57A7. Grayscale: #727272. Windows color (decimal): -15423400 or 5810196. OLE color: 5810196.

HSL color Cylindrical-coordinate representation of color #14A858: hue angle of 147.57º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A858 is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB 20 168 88 -
CMYK 0.88 0 0.48 0.34
HSL 147.57º 0.79% 0.37% -
HSV(B) 147.57º 0.88% 0.66% -
XYZ 16.05 28.86 13.96 -
YUV 114.63 112.97 60.5 -
System Red Green Blue C M Y K H S L
Decimal 20 168 88 0.88 0 0.48 0.34 147.57 0.79 0.37
Hex 14 A8 58 58 0 30 22 94 4F 25
Octal 24 250 130 130 0 60 42 224 117 45
Binary 10100 10101000 1011000 1011000 0 110000 100010 10010100 1001111 100101

Color Harmonies of #14A858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A858

Black with #14A858

Text Example


Text Example

White with #14A858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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