Html Css Color HEX #14984D Pigment Green

📋 copy color: '#14984D'

red 20 ◦ green 152 ◦ blue 77

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

Shades of Pigment Green #14984D

Tints of Pigment Green #14984D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 61.04%

 BLUE value IS 77 (30.47% from 255) = 30.92%

R = 8.03%
G = 61.04%
B = 30.92%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#14984D (or 0x14984D) is known color: Pigment Green. HEX triplet: 14, 98 and 4D. RGB value is (20,152,77). Sum of RGB (Red+Green+Blue) = 20+152+77=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 152 (59.77% from 255 or 61.04% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 152 - color contains mainly: green. Hex color #14984D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14984D is #EB67B2. Grayscale: #686868. Windows color (decimal): -15427507 or 5085204. OLE color: 5085204.

HSL color Cylindrical-coordinate representation of color #14984D: hue angle of 145.91º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14984D is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 152 77 -
CMYK 0.87 0 0.49 0.40
HSL 145.91º 0.77% 0.34% -
HSV(B) 145.91º 0.87% 0.6% -
XYZ 12.86 23.14 10.81 -
YUV 103.98 112.77 68.1 -
System Red Green Blue C M Y K H S L
Decimal 20 152 77 0.87 0 0.49 0.40 145.91 0.77 0.34
Hex 14 98 4D 57 0 31 28 92 4D 22
Octal 24 230 115 127 0 61 50 222 115 42
Binary 10100 10011000 1001101 1010111 0 110001 101000 10010010 1001101 100010

Color Harmonies of #14984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14984D

Black with #14984D

Text Example


Text Example

White with #14984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14984D; }

 p { color: rgb(20,152,77); }

 H1.HeaderClassName
 {
   color: #14984D;
 }
 .AnyTagClassName
 {
   color: #14984D;
 }
</style>

background-color css

<style>
 a { background-color: #14984D; }

 a { background-color: rgb(20,152,77); }

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

border-color css

<style>
 span { border-color: #14984D; }

 span { border-color: rgb(20,152,77); }

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