Html Css Color HEX #14AC54 Pigment Green

📋 copy color: '#14AC54'

red 20 ◦ green 172 ◦ blue 84

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

Shades of Pigment Green #14AC54

Tints of Pigment Green #14AC54

RGB

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

 GREEN value IS 172 (67.58% from 255) = 62.32%

 BLUE value IS 84 (33.2% from 255) = 30.43%

R = 7.25%
G = 62.32%
B = 30.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#14AC54 (or 0x14AC54) is known color: Pigment Green. HEX triplet: 14, AC and 54. RGB value is (20,172,84). Sum of RGB (Red+Green+Blue) = 20+172+84=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 172 (67.58% from 255 or 62.32% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AC54 is #EB53AB. Grayscale: #747474. Windows color (decimal): -15422380 or 5549076. OLE color: 5549076.

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

Color convert

RGB 20 172 84 -
CMYK 0.88 0 0.51 0.33
HSL 145.26º 0.79% 0.38% -
HSV(B) 145.26º 0.88% 0.67% -
XYZ 16.64 30.29 13.36 -
YUV 116.52 109.64 59.16 -
System Red Green Blue C M Y K H S L
Decimal 20 172 84 0.88 0 0.51 0.33 145.26 0.79 0.38
Hex 14 AC 54 58 0 33 21 91 4F 26
Octal 24 254 124 130 0 63 41 221 117 46
Binary 10100 10101100 1010100 1011000 0 110011 100001 10010001 1001111 100110

Color Harmonies of #14AC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AC54

Black with #14AC54

Text Example


Text Example

White with #14AC54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,172,84); }

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

background-color css

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

 a { background-color: rgb(20,172,84); }

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

border-color css

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

 span { border-color: rgb(20,172,84); }

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