Html Css Color HEX #16B765 Jade

📋 copy color: '#16B765'

red 22 ◦ green 183 ◦ blue 101

#16B765
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #16B765

Tints of Jade #16B765

RGB

 RED value IS 22 (8.98% from 255) = 7.19%

 GREEN value IS 183 (71.88% from 255) = 59.8%

 BLUE value IS 101 (39.84% from 255) = 33.01%

R = 7.19%
G = 59.8%
B = 33.01%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#16B765 (or 0x16B765) is known color: Jade. HEX triplet: 16, B7 and 65. RGB value is (22,183,101). Sum of RGB (Red+Green+Blue) = 22+183+101=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 183 (71.88% from 255 or 59.80% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 183 - color contains mainly: green. Hex color #16B765 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B765 is #E9489A. Grayscale: #7D7D7D. Windows color (decimal): -15288475 or 6666006. OLE color: 6666006.

HSL color Cylindrical-coordinate representation of color #16B765: hue angle of 149.44º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B765 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 22 183 101 -
CMYK 0.88 0 0.45 0.28
HSL 149.44º 0.79% 0.4% -
HSV(B) 149.44º 0.88% 0.72% -
XYZ 19.61 34.98 18.03 -
YUV 125.51 114.16 54.17 -
System Red Green Blue C M Y K H S L
Decimal 22 183 101 0.88 0 0.45 0.28 149.44 0.79 0.4
Hex 16 B7 65 58 0 2D 1C 95 4F 28
Octal 26 267 145 130 0 55 34 225 117 50
Binary 10110 10110111 1100101 1011000 0 101101 11100 10010101 1001111 101000

Color Harmonies of #16B765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B765

Black with #16B765

Text Example


Text Example

White with #16B765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,183,101); }

 H1.HeaderClassName
 {
   color: #16B765;
 }
 .AnyTagClassName
 {
   color: #16B765;
 }
</style>

background-color css

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

 a { background-color: rgb(22,183,101); }

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

border-color css

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

 span { border-color: rgb(22,183,101); }

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