Html Css Color HEX #14A851 Pigment Green

📋 copy color: '#14A851'

red 20 ◦ green 168 ◦ blue 81

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

Shades of Pigment Green #14A851

Tints of Pigment Green #14A851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.11%

R = 7.43%
G = 62.45%
B = 30.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#14A851 (or 0x14A851) is known color: Pigment Green. HEX triplet: 14, A8 and 51. RGB value is (20,168,81). Sum of RGB (Red+Green+Blue) = 20+168+81=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 168 (66.02% from 255 or 62.45% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 168 - color contains mainly: green. Hex color #14A851 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A851 is #EB57AE. Grayscale: #727272. Windows color (decimal): -15423407 or 5351444. OLE color: 5351444.

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

Color convert

RGB 20 168 81 -
CMYK 0.88 0 0.52 0.34
HSL 144.73º 0.79% 0.37% -
HSV(B) 144.73º 0.88% 0.66% -
XYZ 15.78 28.75 12.5 -
YUV 113.83 109.47 61.07 -
System Red Green Blue C M Y K H S L
Decimal 20 168 81 0.88 0 0.52 0.34 144.73 0.79 0.37
Hex 14 A8 51 58 0 34 22 91 4F 25
Octal 24 250 121 130 0 64 42 221 117 45
Binary 10100 10101000 1010001 1011000 0 110100 100010 10010001 1001111 100101

Color Harmonies of #14A851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A851

Black with #14A851

Text Example


Text Example

White with #14A851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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