Html Css Color HEX #16B14B Pigment Green

📋 copy color: '#16B14B'

red 22 ◦ green 177 ◦ blue 75

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

Shades of Pigment Green #16B14B

Tints of Pigment Green #16B14B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 64.6%

 BLUE value IS 75 (29.69% from 255) = 27.37%

R = 8.03%
G = 64.6%
B = 27.37%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#16B14B (or 0x16B14B) is known color: Pigment Green. HEX triplet: 16, B1 and 4B. RGB value is (22,177,75). Sum of RGB (Red+Green+Blue) = 22+177+75=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 177 (69.53% from 255 or 64.60% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 177 - color contains mainly: green. Hex color #16B14B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16B14B is #E94EB4. Grayscale: #777777. Windows color (decimal): -15290037 or 4960534. OLE color: 4960534.

HSL color Cylindrical-coordinate representation of color #16B14B: hue angle of 140.52º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B14B is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 22 177 75 -
CMYK 0.88 0 0.58 0.31
HSL 140.52º 0.78% 0.39% -
HSV(B) 140.52º 0.88% 0.69% -
XYZ 17.32 32.12 11.94 -
YUV 119.03 103.15 58.79 -
System Red Green Blue C M Y K H S L
Decimal 22 177 75 0.88 0 0.58 0.31 140.52 0.78 0.39
Hex 16 B1 4B 58 0 3A 1F 8D 4E 27
Octal 26 261 113 130 0 72 37 215 116 47
Binary 10110 10110001 1001011 1011000 0 111010 11111 10001101 1001110 100111

Color Harmonies of #16B14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B14B

Black with #16B14B

Text Example


Text Example

White with #16B14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,177,75); }

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

background-color css

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

 a { background-color: rgb(22,177,75); }

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

border-color css

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

 span { border-color: rgb(22,177,75); }

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