Html Css Color HEX #16AC48 Pigment Green

📋 copy color: '#16AC48'

red 22 ◦ green 172 ◦ blue 72

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

Shades of Pigment Green #16AC48

Tints of Pigment Green #16AC48

RGB

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

 GREEN value IS 172 (67.58% from 255) = 64.66%

 BLUE value IS 72 (28.52% from 255) = 27.07%

R = 8.27%
G = 64.66%
B = 27.07%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#16AC48 (or 0x16AC48) is known color: Pigment Green. HEX triplet: 16, AC and 48. RGB value is (22,172,72). Sum of RGB (Red+Green+Blue) = 22+172+72=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 172 (67.58% from 255 or 64.66% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 172 - color contains mainly: green. Hex color #16AC48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AC48 is #E953B7. Grayscale: #737373. Windows color (decimal): -15291320 or 4762646. OLE color: 4762646.

HSL color Cylindrical-coordinate representation of color #16AC48: hue angle of 140º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AC48 is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 22 172 72 -
CMYK 0.87 0 0.58 0.33
HSL 140º 0.77% 0.38% -
HSV(B) 140º 0.87% 0.67% -
XYZ 16.25 30.14 11.09 -
YUV 115.75 103.31 61.13 -
System Red Green Blue C M Y K H S L
Decimal 22 172 72 0.87 0 0.58 0.33 140 0.77 0.38
Hex 16 AC 48 57 0 3A 21 8C 4D 26
Octal 26 254 110 127 0 72 41 214 115 46
Binary 10110 10101100 1001000 1010111 0 111010 100001 10001100 1001101 100110

Color Harmonies of #16AC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AC48

Black with #16AC48

Text Example


Text Example

White with #16AC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,172,72); }

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

background-color css

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

 a { background-color: rgb(22,172,72); }

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

border-color css

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

 span { border-color: rgb(22,172,72); }

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