#16BC62

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

Shades of Jade #16BC62

Tints of Jade #16BC62

Color information

#16BC62 (or 0x16BC62) is unknown color: approx Jade. HEX triplet: 16, BC and 62. RGB value is (22,188,98). Sum of RGB (Red+Green+Blue) = 22+188+98=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #16BC62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BC62 is #E9439D. Grayscale: #808080. Windows color (decimal): -15287198 or 6470678. OLE color: 6470678.

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

Color convert

RGB2218898-
CMYK0.8800.480.26
HSL147.47º79.05%41.18%-
HSV(B)147.47º88.3%73.73%-
XYZ20.5237.0217.62-
YUV128.1111152.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.14%
GREEN value IS 188 (73.83% from 255) = 61.04%
BLUE value IS 98 (38.67% from 255) = 31.82%
R=7.14%
G=61.04%
B=31.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal22188980.8800.480.26147.4779.0541.18
Hex16BC62580301A934f29
Octal262741421300603222311751
Binary101101011110011000101011000011000011010100100111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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