Html Css Color HEX #14963E Pigment Green

📋 copy color: '#14963E'

red 20 ◦ green 150 ◦ blue 62

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

Shades of Pigment Green #14963E

Tints of Pigment Green #14963E

RGB

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

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

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

R = 8.62%
G = 64.66%
B = 26.72%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#14963E (or 0x14963E) is known color: Pigment Green. HEX triplet: 14, 96 and 3E. RGB value is (20,150,62). Sum of RGB (Red+Green+Blue) = 20+150+62=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 150 (58.98% from 255 or 64.66% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 150 - color contains mainly: green. Hex color #14963E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14963E is #EB69C1. Grayscale: #656565. Windows color (decimal): -15428034 or 4101652. OLE color: 4101652.

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

Color convert

RGB 20 150 62 -
CMYK 0.87 0 0.59 0.41
HSL 139.38º 0.76% 0.33% -
HSV(B) 139.38º 0.87% 0.59% -
XYZ 12.06 22.31 8.23 -
YUV 101.1 105.93 70.16 -
System Red Green Blue C M Y K H S L
Decimal 20 150 62 0.87 0 0.59 0.41 139.38 0.76 0.33
Hex 14 96 3E 57 0 3B 29 8B 4C 21
Octal 24 226 76 127 0 73 51 213 114 41
Binary 10100 10010110 111110 1010111 0 111011 101001 10001011 1001100 100001

Color Harmonies of #14963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14963E

Black with #14963E

Text Example


Text Example

White with #14963E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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