Html Css Color HEX #16AB48 Pigment Green

📋 copy color: '#16AB48'

red 22 ◦ green 171 ◦ blue 72

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

Shades of Pigment Green #16AB48

Tints of Pigment Green #16AB48

RGB

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

 GREEN value IS 171 (67.19% from 255) = 64.53%

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

R = 8.3%
G = 64.53%
B = 27.17%

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

#16AB48 (or 0x16AB48) is known color: Pigment Green. HEX triplet: 16, AB and 48. RGB value is (22,171,72). Sum of RGB (Red+Green+Blue) = 22+171+72=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 171 (67.19% from 255 or 64.53% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 171 - color contains mainly: green. Hex color #16AB48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AB48 is #E954B7. Grayscale: #737373. Windows color (decimal): -15291576 or 4762390. OLE color: 4762390.

HSL color Cylindrical-coordinate representation of color #16AB48: hue angle of 140.13º 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 #16AB48 is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 22 171 72 -
CMYK 0.87 0 0.58 0.33
HSL 140.13º 0.77% 0.38% -
HSV(B) 140.13º 0.87% 0.67% -
XYZ 16.06 29.76 11.03 -
YUV 115.16 103.64 61.55 -
System Red Green Blue C M Y K H S L
Decimal 22 171 72 0.87 0 0.58 0.33 140.13 0.77 0.38
Hex 16 AB 48 57 0 3A 21 8C 4D 26
Octal 26 253 110 127 0 72 41 214 115 46
Binary 10110 10101011 1001000 1010111 0 111010 100001 10001100 1001101 100110

Color Harmonies of #16AB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AB48

Black with #16AB48

Text Example


Text Example

White with #16AB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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