Html Css Color HEX #14A852 Pigment Green

📋 copy color: '#14A852'

red 20 ◦ green 168 ◦ blue 82

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

Shades of Pigment Green #14A852

Tints of Pigment Green #14A852

RGB

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

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

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

R = 7.41%
G = 62.22%
B = 30.37%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#14A852 (or 0x14A852) is known color: Pigment Green. HEX triplet: 14, A8 and 52. RGB value is (20,168,82). Sum of RGB (Red+Green+Blue) = 20+168+82=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 168 (66.02% from 255 or 62.22% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 168 - color contains mainly: green. Hex color #14A852 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A852 is #EB57AD. Grayscale: #727272. Windows color (decimal): -15423406 or 5416980. OLE color: 5416980.

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

Color convert

RGB 20 168 82 -
CMYK 0.88 0 0.51 0.34
HSL 145.14º 0.79% 0.37% -
HSV(B) 145.14º 0.88% 0.66% -
XYZ 15.81 28.76 12.7 -
YUV 113.94 109.97 60.99 -
System Red Green Blue C M Y K H S L
Decimal 20 168 82 0.88 0 0.51 0.34 145.14 0.79 0.37
Hex 14 A8 52 58 0 33 22 91 4F 25
Octal 24 250 122 130 0 63 42 221 117 45
Binary 10100 10101000 1010010 1011000 0 110011 100010 10010001 1001111 100101

Color Harmonies of #14A852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A852

Black with #14A852

Text Example


Text Example

White with #14A852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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