Html Css Color HEX #16A650 Pigment Green

📋 copy color: '#16A650'

red 22 ◦ green 166 ◦ blue 80

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

Shades of Pigment Green #16A650

Tints of Pigment Green #16A650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.85%

R = 8.21%
G = 61.94%
B = 29.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#16A650 (or 0x16A650) is known color: Pigment Green. HEX triplet: 16, A6 and 50. RGB value is (22,166,80). Sum of RGB (Red+Green+Blue) = 22+166+80=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 166 (65.23% from 255 or 61.94% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 166 - color contains mainly: green. Hex color #16A650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A650 is #E959AF. Grayscale: #717171. Windows color (decimal): -15292848 or 5285398. OLE color: 5285398.

HSL color Cylindrical-coordinate representation of color #16A650: hue angle of 144.17º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A650 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 22 166 80 -
CMYK 0.87 0 0.52 0.35
HSL 144.17º 0.77% 0.37% -
HSV(B) 144.17º 0.87% 0.65% -
XYZ 15.42 28.02 12.19 -
YUV 113.14 109.29 62.99 -
System Red Green Blue C M Y K H S L
Decimal 22 166 80 0.87 0 0.52 0.35 144.17 0.77 0.37
Hex 16 A6 50 57 0 34 23 90 4D 25
Octal 26 246 120 127 0 64 43 220 115 45
Binary 10110 10100110 1010000 1010111 0 110100 100011 10010000 1001101 100101

Color Harmonies of #16A650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16A650

Black with #16A650

Text Example


Text Example

White with #16A650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,166,80); }

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

background-color css

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

 a { background-color: rgb(22,166,80); }

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

border-color css

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

 span { border-color: rgb(22,166,80); }

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