#16bf41

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

Shades of Dark Pastel Green #16BF41

Tints of Dark Pastel Green #16BF41

Color information

#16BF41 (or 0x16BF41) is unknown color: approx Dark Pastel Green. HEX triplet: 16, BF and 41. RGB value is (22,191,65). Sum of RGB (Red+Green+Blue) = 22+191+65=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 191 (75% from 255 or 68.71% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 191 - color contains mainly: green. Hex color #16BF41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BF41 is #E940BE. Grayscale: #7E7E7E. Windows color (decimal): -15286463 or 4308758. OLE color: 4308758.

HSL color Cylindrical-coordinate representation of color #16BF41: hue angle of 135.27º 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 #16BF41 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB2219165-
CMYK0.8800.660.25
HSL135.27º79.34%41.76%-
HSV(B)135.27º88.48%74.9%-
XYZ19.9237.8111.25-
YUV126.193.5153.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.91%
GREEN value IS 191 (75% from 255) = 68.71%
BLUE value IS 65 (25.78% from 255) = 23.38%
R=7.91%
G=68.71%
B=23.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal22191650.8800.660.25135.2779.3441.76
Hex16BF415804219874f2a
Octal2627710113001023120711752
Binary1011010111111100000110110000100001011001100001111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16bf41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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