Html Css Color HEX #14A84E Pigment Green

📋 copy color: '#14A84E'

red 20 ◦ green 168 ◦ blue 78

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

Shades of Pigment Green #14A84E

Tints of Pigment Green #14A84E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.32%

R = 7.52%
G = 63.16%
B = 29.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#14A84E (or 0x14A84E) is known color: Pigment Green. HEX triplet: 14, A8 and 4E. RGB value is (20,168,78). Sum of RGB (Red+Green+Blue) = 20+168+78=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 168 (66.02% from 255 or 63.16% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 168 - color contains mainly: green. Hex color #14A84E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A84E is #EB57B1. Grayscale: #717171. Windows color (decimal): -15423410 or 5154836. OLE color: 5154836.

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

Color convert

RGB 20 168 78 -
CMYK 0.88 0 0.54 0.34
HSL 143.51º 0.79% 0.37% -
HSV(B) 143.51º 0.88% 0.66% -
XYZ 15.67 28.7 11.92 -
YUV 113.49 107.97 61.32 -
System Red Green Blue C M Y K H S L
Decimal 20 168 78 0.88 0 0.54 0.34 143.51 0.79 0.37
Hex 14 A8 4E 58 0 36 22 90 4F 25
Octal 24 250 116 130 0 66 42 220 117 45
Binary 10100 10101000 1001110 1011000 0 110110 100010 10010000 1001111 100101

Color Harmonies of #14A84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A84E

Black with #14A84E

Text Example


Text Example

White with #14A84E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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