Html Css Color HEX #14963A Pigment Green

📋 copy color: '#14963A'

red 20 ◦ green 150 ◦ blue 58

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

Shades of Pigment Green #14963A

Tints of Pigment Green #14963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 65.79%

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

R = 8.77%
G = 65.79%
B = 25.44%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#14963A (or 0x14963A) is known color: Pigment Green. HEX triplet: 14, 96 and 3A. RGB value is (20,150,58). Sum of RGB (Red+Green+Blue) = 20+150+58=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 150 (58.98% from 255 or 65.79% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 150 - color contains mainly: green. Hex color #14963A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14963A is #EB69C5. Grayscale: #646464. Windows color (decimal): -15428038 or 3839508. OLE color: 3839508.

HSL color Cylindrical-coordinate representation of color #14963A: hue angle of 137.54º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14963A is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 58 -
CMYK 0.87 0 0.61 0.41
HSL 137.54º 0.76% 0.33% -
HSV(B) 137.54º 0.87% 0.59% -
XYZ 11.96 22.27 7.67 -
YUV 100.64 103.93 70.48 -
System Red Green Blue C M Y K H S L
Decimal 20 150 58 0.87 0 0.61 0.41 137.54 0.76 0.33
Hex 14 96 3A 57 0 3D 29 8A 4C 21
Octal 24 226 72 127 0 75 51 212 114 41
Binary 10100 10010110 111010 1010111 0 111101 101001 10001010 1001100 100001

Color Harmonies of #14963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14963A

Black with #14963A

Text Example


Text Example

White with #14963A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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