#16BF67

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

Shades of Jade #16BF67

Tints of Jade #16BF67

Color information

#16BF67 (or 0x16BF67) is unknown color: approx Jade. HEX triplet: 16, BF and 67. RGB value is (22,191,103). Sum of RGB (Red+Green+Blue) = 22+191+103=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 191 (75% from 255 or 60.44% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 191 - color contains mainly: green. Hex color #16BF67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BF67 is #E94098. Grayscale: #828282. Windows color (decimal): -15286425 or 6799126. OLE color: 6799126.

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

Color convert

RGB22191103-
CMYK0.8800.460.25
HSL148.76º79.34%41.76%-
HSV(B)148.76º88.48%74.9%-
XYZ21.4138.4119.12-
YUV130.44112.5150.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.96%
GREEN value IS 191 (75% from 255) = 60.44%
BLUE value IS 103 (40.62% from 255) = 32.59%
R=6.96%
G=60.44%
B=32.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221911030.8800.460.25148.7679.3441.76
Hex16BF675802E19954f2a
Octal262771471300563122511752
Binary101101011111111001111011000010111011001100101011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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