Html Css Color HEX #14A352 Pigment Green

📋 copy color: '#14A352'

red 20 ◦ green 163 ◦ blue 82

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

Shades of Pigment Green #14A352

Tints of Pigment Green #14A352

RGB

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

 GREEN value IS 163 (64.06% from 255) = 61.51%

 BLUE value IS 82 (32.42% from 255) = 30.94%

R = 7.55%
G = 61.51%
B = 30.94%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#14A352 (or 0x14A352) is known color: Pigment Green. HEX triplet: 14, A3 and 52. RGB value is (20,163,82). Sum of RGB (Red+Green+Blue) = 20+163+82=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 163 (64.06% from 255 or 61.51% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 163 - color contains mainly: green. Hex color #14A352 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A352 is #EB5CAD. Grayscale: #6F6F6F. Windows color (decimal): -15424686 or 5415700. OLE color: 5415700.

HSL color Cylindrical-coordinate representation of color #14A352: hue angle of 146.01º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A352 is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 163 82 -
CMYK 0.88 0 0.50 0.36
HSL 146.01º 0.78% 0.36% -
HSV(B) 146.01º 0.88% 0.64% -
XYZ 14.91 26.95 12.4 -
YUV 111.01 111.62 63.09 -
System Red Green Blue C M Y K H S L
Decimal 20 163 82 0.88 0 0.50 0.36 146.01 0.78 0.36
Hex 14 A3 52 58 0 32 24 92 4E 24
Octal 24 243 122 130 0 62 44 222 116 44
Binary 10100 10100011 1010010 1011000 0 110010 100100 10010010 1001110 100100

Color Harmonies of #14A352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A352

Black with #14A352

Text Example


Text Example

White with #14A352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,163,82); }

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

background-color css

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

 a { background-color: rgb(20,163,82); }

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

border-color css

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

 span { border-color: rgb(20,163,82); }

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