Html Css Color HEX #16A55C Pigment Green

📋 copy color: '#16A55C'

red 22 ◦ green 165 ◦ blue 92

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

Shades of Pigment Green #16A55C

Tints of Pigment Green #16A55C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 59.14%

 BLUE value IS 92 (36.33% from 255) = 32.97%

R = 7.89%
G = 59.14%
B = 32.97%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#16A55C (or 0x16A55C) is known color: Pigment Green. HEX triplet: 16, A5 and 5C. RGB value is (22,165,92). Sum of RGB (Red+Green+Blue) = 22+165+92=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #16A55C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A55C is #E95AA3. Grayscale: #727272. Windows color (decimal): -15293092 or 6071574. OLE color: 6071574.

HSL color Cylindrical-coordinate representation of color #16A55C: hue angle of 149.37º degrees, saturation: 0.76, 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 #16A55C is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 22 165 92 -
CMYK 0.87 0 0.44 0.35
HSL 149.37º 0.76% 0.37% -
HSV(B) 149.37º 0.87% 0.65% -
XYZ 15.72 27.85 14.67 -
YUV 113.92 115.62 62.44 -
System Red Green Blue C M Y K H S L
Decimal 22 165 92 0.87 0 0.44 0.35 149.37 0.76 0.37
Hex 16 A5 5C 57 0 2C 23 95 4C 25
Octal 26 245 134 127 0 54 43 225 114 45
Binary 10110 10100101 1011100 1010111 0 101100 100011 10010101 1001100 100101

Color Harmonies of #16A55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16A55C

Black with #16A55C

Text Example


Text Example

White with #16A55C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,165,92); }

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

background-color css

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

 a { background-color: rgb(22,165,92); }

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

border-color css

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

 span { border-color: rgb(22,165,92); }

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