#16BF4F

Color #16BF4F Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #16BF4F

Tints of Dark Pastel Green #16BF4F

Color information

#16BF4F (or 0x16BF4F) is unknown color: approx Dark Pastel Green. HEX triplet: 16, BF and 4F. RGB value is (22,191,79). Sum of RGB (Red+Green+Blue) = 22+191+79=292 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.53% from 292); Green value is 191 (75% from 255 or 65.41% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 191 - color contains mainly: green. Hex color #16BF4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BF4F is #E940B0. Grayscale: #7F7F7F. Windows color (decimal): -15286449 or 5226262. OLE color: 5226262.

HSL color Cylindrical-coordinate representation of color #16BF4F: hue angle of 140.24º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BF4F is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB2219179-
CMYK0.8800.590.25
HSL140.24º79.34%41.76%-
HSV(B)140.24º88.48%74.9%-
XYZ20.373813.66-
YUV127.7100.5152.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.53%
GREEN value IS 191 (75% from 255) = 65.41%
BLUE value IS 79 (31.25% from 255) = 27.05%
R=7.53%
G=65.41%
B=27.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal22191790.8800.590.25140.2479.3441.76
Hex16BF4F5803B198c4f2a
Octal262771171300733121411752
Binary101101011111110011111011000011101111001100011001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,191,79); }

 H1.HeaderClassName
 {
   color: #16BF4F;
 }
 .AnyTagClassName
 {
   color: #16BF4F;
 }
</style>
background-color css

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

 a { background-color: rgb(22,191,79); }

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

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

 span { border-color: rgb(22,191,79); }

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