Html Css Color HEX #14983D Pigment Green

📋 copy color: '#14983D'

red 20 ◦ green 152 ◦ blue 61

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

Shades of Pigment Green #14983D

Tints of Pigment Green #14983D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.18%

R = 8.58%
G = 65.24%
B = 26.18%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#14983D (or 0x14983D) is known color: Pigment Green. HEX triplet: 14, 98 and 3D. RGB value is (20,152,61). Sum of RGB (Red+Green+Blue) = 20+152+61=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 152 (59.77% from 255 or 65.24% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 152 - color contains mainly: green. Hex color #14983D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14983D is #EB67C2. Grayscale: #666666. Windows color (decimal): -15427523 or 4036628. OLE color: 4036628.

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

Color convert

RGB 20 152 61 -
CMYK 0.87 0 0.60 0.40
HSL 138.64º 0.77% 0.34% -
HSV(B) 138.64º 0.87% 0.6% -
XYZ 12.36 22.94 8.19 -
YUV 102.16 104.77 69.4 -
System Red Green Blue C M Y K H S L
Decimal 20 152 61 0.87 0 0.60 0.40 138.64 0.77 0.34
Hex 14 98 3D 57 0 3C 28 8B 4D 22
Octal 24 230 75 127 0 74 50 213 115 42
Binary 10100 10011000 111101 1010111 0 111100 101000 10001011 1001101 100010

Color Harmonies of #14983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14983D

Black with #14983D

Text Example


Text Example

White with #14983D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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