Html Css Color HEX #14983A Pigment Green

📋 copy color: '#14983A'

red 20 ◦ green 152 ◦ blue 58

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

Shades of Pigment Green #14983A

Tints of Pigment Green #14983A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.22%

R = 8.7%
G = 66.09%
B = 25.22%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#14983A (or 0x14983A) is known color: Pigment Green. HEX triplet: 14, 98 and 3A. RGB value is (20,152,58). Sum of RGB (Red+Green+Blue) = 20+152+58=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 152 (59.77% from 255 or 66.09% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 152 - color contains mainly: green. Hex color #14983A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14983A is #EB67C5. Grayscale: #666666. Windows color (decimal): -15427526 or 3840020. OLE color: 3840020.

HSL color Cylindrical-coordinate representation of color #14983A: hue angle of 137.27º 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 #14983A is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 152 58 -
CMYK 0.87 0 0.62 0.40
HSL 137.27º 0.77% 0.34% -
HSV(B) 137.27º 0.87% 0.6% -
XYZ 12.28 22.91 7.78 -
YUV 101.82 103.27 69.64 -
System Red Green Blue C M Y K H S L
Decimal 20 152 58 0.87 0 0.62 0.40 137.27 0.77 0.34
Hex 14 98 3A 57 0 3E 28 89 4D 22
Octal 24 230 72 127 0 76 50 211 115 42
Binary 10100 10011000 111010 1010111 0 111110 101000 10001001 1001101 100010

Color Harmonies of #14983A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14983A

Black with #14983A

Text Example


Text Example

White with #14983A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14983A; }

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

 H1.HeaderClassName
 {
   color: #14983A;
 }
 .AnyTagClassName
 {
   color: #14983A;
 }
</style>

background-color css

<style>
 a { background-color: #14983A; }

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

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

border-color css

<style>
 span { border-color: #14983A; }

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

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