Html Css Color HEX #14A141 Pigment Green

📋 copy color: '#14A141'

red 20 ◦ green 161 ◦ blue 65

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

Shades of Pigment Green #14A141

Tints of Pigment Green #14A141

RGB

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

 GREEN value IS 161 (63.28% from 255) = 65.45%

 BLUE value IS 65 (25.78% from 255) = 26.42%

R = 8.13%
G = 65.45%
B = 26.42%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#14A141 (or 0x14A141) is known color: Pigment Green. HEX triplet: 14, A1 and 41. RGB value is (20,161,65). Sum of RGB (Red+Green+Blue) = 20+161+65=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 161 (63.28% from 255 or 65.45% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 161 - color contains mainly: green. Hex color #14A141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A141 is #EB5EBE. Grayscale: #6C6C6C. Windows color (decimal): -15425215 or 4301076. OLE color: 4301076.

HSL color Cylindrical-coordinate representation of color #14A141: hue angle of 139.15º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A141 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 20 161 65 -
CMYK 0.88 0 0.60 0.37
HSL 139.15º 0.78% 0.35% -
HSV(B) 139.15º 0.88% 0.63% -
XYZ 13.99 26.02 9.29 -
YUV 107.9 103.79 65.31 -
System Red Green Blue C M Y K H S L
Decimal 20 161 65 0.88 0 0.60 0.37 139.15 0.78 0.35
Hex 14 A1 41 58 0 3C 25 8B 4E 23
Octal 24 241 101 130 0 74 45 213 116 43
Binary 10100 10100001 1000001 1011000 0 111100 100101 10001011 1001110 100011

Color Harmonies of #14A141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A141

Black with #14A141

Text Example


Text Example

White with #14A141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14A141; }

 p { color: rgb(20,161,65); }

 H1.HeaderClassName
 {
   color: #14A141;
 }
 .AnyTagClassName
 {
   color: #14A141;
 }
</style>

background-color css

<style>
 a { background-color: #14A141; }

 a { background-color: rgb(20,161,65); }

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

border-color css

<style>
 span { border-color: #14A141; }

 span { border-color: rgb(20,161,65); }

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