Html Css Color HEX #14963C Pigment Green

📋 copy color: '#14963C'

red 20 ◦ green 150 ◦ blue 60

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

Shades of Pigment Green #14963C

Tints of Pigment Green #14963C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.09%

R = 8.7%
G = 65.22%
B = 26.09%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#14963C (or 0x14963C) is known color: Pigment Green. HEX triplet: 14, 96 and 3C. RGB value is (20,150,60). Sum of RGB (Red+Green+Blue) = 20+150+60=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 150 (58.98% from 255 or 65.22% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 150 - color contains mainly: green. Hex color #14963C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14963C is #EB69C3. Grayscale: #656565. Windows color (decimal): -15428036 or 3970580. OLE color: 3970580.

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

Color convert

RGB 20 150 60 -
CMYK 0.87 0 0.6 0.41
HSL 138.46º 0.76% 0.33% -
HSV(B) 138.46º 0.87% 0.59% -
XYZ 12.01 22.29 7.94 -
YUV 100.87 104.93 70.32 -
System Red Green Blue C M Y K H S L
Decimal 20 150 60 0.87 0 0.6 0.41 138.46 0.76 0.33
Hex 14 96 3C 57 0 3C 29 8A 4C 21
Octal 24 226 74 127 0 74 51 212 114 41
Binary 10100 10010110 111100 1010111 0 111100 101001 10001010 1001100 100001

Color Harmonies of #14963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14963C

Black with #14963C

Text Example


Text Example

White with #14963C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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