Html Css Color HEX #14A641 Pigment Green

📋 copy color: '#14A641'

red 20 ◦ green 166 ◦ blue 65

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

Shades of Pigment Green #14A641

Tints of Pigment Green #14A641

RGB

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

 GREEN value IS 166 (65.23% from 255) = 66.14%

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

R = 7.97%
G = 66.14%
B = 25.9%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#14A641 (or 0x14A641) is known color: Pigment Green. HEX triplet: 14, A6 and 41. RGB value is (20,166,65). Sum of RGB (Red+Green+Blue) = 20+166+65=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 166 (65.23% from 255 or 66.14% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 166 - color contains mainly: green. Hex color #14A641 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A641 is #EB59BE. Grayscale: #6F6F6F. Windows color (decimal): -15423935 or 4302356. OLE color: 4302356.

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

Color convert

RGB 20 166 65 -
CMYK 0.88 0 0.61 0.35
HSL 138.49º 0.78% 0.36% -
HSV(B) 138.49º 0.88% 0.65% -
XYZ 14.88 27.8 9.58 -
YUV 110.83 102.13 63.21 -
System Red Green Blue C M Y K H S L
Decimal 20 166 65 0.88 0 0.61 0.35 138.49 0.78 0.36
Hex 14 A6 41 58 0 3D 23 8A 4E 24
Octal 24 246 101 130 0 75 43 212 116 44
Binary 10100 10100110 1000001 1011000 0 111101 100011 10001010 1001110 100100

Color Harmonies of #14A641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A641

Black with #14A641

Text Example


Text Example

White with #14A641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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