#16BA30

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

Shades of Dark Pastel Green #16BA30

Tints of Dark Pastel Green #16BA30

Color information

#16BA30 (or 0x16BA30) is unknown color: approx Dark Pastel Green. HEX triplet: 16, BA and 30. RGB value is (22,186,48). Sum of RGB (Red+Green+Blue) = 22+186+48=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 186 (73.05% from 255 or 72.66% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BA30 is #E945CF. Grayscale: #797979. Windows color (decimal): -15287760 or 3193366. OLE color: 3193366.

HSL color Cylindrical-coordinate representation of color #16BA30: hue angle of 129.51º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BA30 is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB2218648-
CMYK0.8800.740.27
HSL129.51º78.85%40.78%-
HSV(B)129.51º88.17%72.94%-
XYZ18.4235.58.68-
YUV121.2386.6757.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.59%
GREEN value IS 186 (73.05% from 255) = 72.66%
BLUE value IS 48 (19.14% from 255) = 18.75%
R=8.59%
G=72.66%
B=18.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal22186480.8800.740.27129.5178.8540.78
Hex16BA305804A1B824f29
Octal262726013001123320211751
Binary101101011101011000010110000100101011011100000101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,186,48); }

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

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

 a { background-color: rgb(22,186,48); }

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

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

 span { border-color: rgb(22,186,48); }

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