#16BC64

Color #16BC64 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #16BC64

Tints of Jade #16BC64

Color information

#16BC64 (or 0x16BC64) is unknown color: approx Jade. HEX triplet: 16, BC and 64. RGB value is (22,188,100). Sum of RGB (Red+Green+Blue) = 22+188+100=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 188 (73.83% from 255 or 60.65% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 188 - color contains mainly: green. Hex color #16BC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BC64 is #E9439B. Grayscale: #808080. Windows color (decimal): -15287196 or 6601750. OLE color: 6601750.

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

Color convert

RGB22188100-
CMYK0.8800.470.26
HSL148.19º79.05%41.18%-
HSV(B)148.19º88.3%73.73%-
XYZ20.6137.0618.12-
YUV128.3311252.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.10%
GREEN value IS 188 (73.83% from 255) = 60.65%
BLUE value IS 100 (39.45% from 255) = 32.26%
R=7.10%
G=60.65%
B=32.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal221881000.8800.470.26148.1979.0541.18
Hex16BC645802F1A944f29
Octal262741441300573222411751
Binary101101011110011001001011000010111111010100101001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,188,100); }

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

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

 a { background-color: rgb(22,188,100); }

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

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

 span { border-color: rgb(22,188,100); }

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