Html Css Color HEX #16A56E Jade

📋 copy color: '#16A56E'

red 22 ◦ green 165 ◦ blue 110

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

Shades of Jade #16A56E

Tints of Jade #16A56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 55.56%

 BLUE value IS 110 (43.36% from 255) = 37.04%

R = 7.41%
G = 55.56%
B = 37.04%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#16A56E (or 0x16A56E) is known color: Jade. HEX triplet: 16, A5 and 6E. RGB value is (22,165,110). Sum of RGB (Red+Green+Blue) = 22+165+110=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 165 (64.84% from 255 or 55.56% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 165 - color contains mainly: green. Hex color #16A56E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A56E is #E95A91. Grayscale: #747474. Windows color (decimal): -15293074 or 7251222. OLE color: 7251222.

HSL color Cylindrical-coordinate representation of color #16A56E: hue angle of 156.92º degrees, saturation: 0.76, 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 #16A56E is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 22 165 110 -
CMYK 0.87 0 0.33 0.35
HSL 156.92º 0.76% 0.37% -
HSV(B) 156.92º 0.87% 0.65% -
XYZ 16.6 28.21 19.32 -
YUV 115.97 124.62 60.97 -
System Red Green Blue C M Y K H S L
Decimal 22 165 110 0.87 0 0.33 0.35 156.92 0.76 0.37
Hex 16 A5 6E 57 0 21 23 9D 4C 25
Octal 26 245 156 127 0 41 43 235 114 45
Binary 10110 10100101 1101110 1010111 0 100001 100011 10011101 1001100 100101

Color Harmonies of #16A56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16A56E

Black with #16A56E

Text Example


Text Example

White with #16A56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,165,110); }

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

background-color css

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

 a { background-color: rgb(22,165,110); }

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

border-color css

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

 span { border-color: rgb(22,165,110); }

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