Html Css Color HEX #16A66D Jade

📋 copy color: '#16A66D'

red 22 ◦ green 166 ◦ blue 109

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

Shades of Jade #16A66D

Tints of Jade #16A66D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 55.89%

 BLUE value IS 109 (42.97% from 255) = 36.7%

R = 7.41%
G = 55.89%
B = 36.7%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#16A66D (or 0x16A66D) is known color: Jade. HEX triplet: 16, A6 and 6D. RGB value is (22,166,109). Sum of RGB (Red+Green+Blue) = 22+166+109=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #16A66D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A66D is #E95992. Grayscale: #747474. Windows color (decimal): -15292819 or 7185942. OLE color: 7185942.

HSL color Cylindrical-coordinate representation of color #16A66D: hue angle of 156.25º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A66D is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 22 166 109 -
CMYK 0.87 0 0.34 0.35
HSL 156.25º 0.77% 0.37% -
HSV(B) 156.25º 0.87% 0.65% -
XYZ 16.73 28.55 19.1 -
YUV 116.45 123.79 60.63 -
System Red Green Blue C M Y K H S L
Decimal 22 166 109 0.87 0 0.34 0.35 156.25 0.77 0.37
Hex 16 A6 6D 57 0 22 23 9C 4D 25
Octal 26 246 155 127 0 42 43 234 115 45
Binary 10110 10100110 1101101 1010111 0 100010 100011 10011100 1001101 100101

Color Harmonies of #16A66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16A66D

Black with #16A66D

Text Example


Text Example

White with #16A66D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,166,109); }

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

background-color css

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

 a { background-color: rgb(22,166,109); }

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

border-color css

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

 span { border-color: rgb(22,166,109); }

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