Html Css Color HEX #16A040 Pigment Green

📋 copy color: '#16A040'

red 22 ◦ green 160 ◦ blue 64

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

Shades of Pigment Green #16A040

Tints of Pigment Green #16A040

RGB

 RED value IS 22 (8.98% from 255) = 8.94%

 GREEN value IS 160 (62.89% from 255) = 65.04%

 BLUE value IS 64 (25.39% from 255) = 26.02%

R = 8.94%
G = 65.04%
B = 26.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#16A040 (or 0x16A040) is known color: Pigment Green. HEX triplet: 16, A0 and 40. RGB value is (22,160,64). Sum of RGB (Red+Green+Blue) = 22+160+64=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 160 (62.89% from 255 or 65.04% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 160 - color contains mainly: green. Hex color #16A040 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A040 is #E95FBF. Grayscale: #6C6C6C. Windows color (decimal): -15294400 or 4235286. OLE color: 4235286.

HSL color Cylindrical-coordinate representation of color #16A040: hue angle of 138.26º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A040 is Cyan = 0.86, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 22 160 64 -
CMYK 0.86 0 0.6 0.37
HSL 138.26º 0.76% 0.36% -
HSV(B) 138.26º 0.86% 0.63% -
XYZ 13.83 25.68 9.08 -
YUV 107.79 103.28 66.81 -
System Red Green Blue C M Y K H S L
Decimal 22 160 64 0.86 0 0.6 0.37 138.26 0.76 0.36
Hex 16 A0 40 56 0 3C 25 8A 4C 24
Octal 26 240 100 126 0 74 45 212 114 44
Binary 10110 10100000 1000000 1010110 0 111100 100101 10001010 1001100 100100

Color Harmonies of #16A040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16A040

Black with #16A040

Text Example


Text Example

White with #16A040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16A040; }

 p { color: rgb(22,160,64); }

 H1.HeaderClassName
 {
   color: #16A040;
 }
 .AnyTagClassName
 {
   color: #16A040;
 }
</style>

background-color css

<style>
 a { background-color: #16A040; }

 a { background-color: rgb(22,160,64); }

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

border-color css

<style>
 span { border-color: #16A040; }

 span { border-color: rgb(22,160,64); }

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