Html Css Color HEX #14983B Pigment Green

📋 copy color: '#14983B'

red 20 ◦ green 152 ◦ blue 59

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

Shades of Pigment Green #14983B

Tints of Pigment Green #14983B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.54%

R = 8.66%
G = 65.8%
B = 25.54%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#14983B (or 0x14983B) is known color: Pigment Green. HEX triplet: 14, 98 and 3B. RGB value is (20,152,59). Sum of RGB (Red+Green+Blue) = 20+152+59=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 152 (59.77% from 255 or 65.80% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 152 - color contains mainly: green. Hex color #14983B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14983B is #EB67C4. Grayscale: #666666. Windows color (decimal): -15427525 or 3905556. OLE color: 3905556.

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

Color convert

RGB 20 152 59 -
CMYK 0.87 0 0.61 0.40
HSL 137.73º 0.77% 0.34% -
HSV(B) 137.73º 0.87% 0.6% -
XYZ 12.31 22.92 7.91 -
YUV 101.93 103.77 69.56 -
System Red Green Blue C M Y K H S L
Decimal 20 152 59 0.87 0 0.61 0.40 137.73 0.77 0.34
Hex 14 98 3B 57 0 3D 28 8A 4D 22
Octal 24 230 73 127 0 75 50 212 115 42
Binary 10100 10011000 111011 1010111 0 111101 101000 10001010 1001101 100010

Color Harmonies of #14983B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14983B

Black with #14983B

Text Example


Text Example

White with #14983B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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