Html Css Color HEX #14983E Pigment Green

📋 copy color: '#14983E'

red 20 ◦ green 152 ◦ blue 62

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

Shades of Pigment Green #14983E

Tints of Pigment Green #14983E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.5%

R = 8.55%
G = 64.96%
B = 26.5%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#14983E (or 0x14983E) is known color: Pigment Green. HEX triplet: 14, 98 and 3E. RGB value is (20,152,62). Sum of RGB (Red+Green+Blue) = 20+152+62=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 152 (59.77% from 255 or 64.96% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 152 - color contains mainly: green. Hex color #14983E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14983E is #EB67C1. Grayscale: #666666. Windows color (decimal): -15427522 or 4102164. OLE color: 4102164.

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

Color convert

RGB 20 152 62 -
CMYK 0.87 0 0.59 0.40
HSL 139.09º 0.77% 0.34% -
HSV(B) 139.09º 0.87% 0.6% -
XYZ 12.39 22.95 8.33 -
YUV 102.27 105.27 69.32 -
System Red Green Blue C M Y K H S L
Decimal 20 152 62 0.87 0 0.59 0.40 139.09 0.77 0.34
Hex 14 98 3E 57 0 3B 28 8B 4D 22
Octal 24 230 76 127 0 73 50 213 115 42
Binary 10100 10011000 111110 1010111 0 111011 101000 10001011 1001101 100010

Color Harmonies of #14983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14983E

Black with #14983E

Text Example


Text Example

White with #14983E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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