Html Css Color HEX #16AE6F Jade

📋 copy color: '#16AE6F'

red 22 ◦ green 174 ◦ blue 111

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

Shades of Jade #16AE6F

Tints of Jade #16AE6F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 56.68%

 BLUE value IS 111 (43.75% from 255) = 36.16%

R = 7.17%
G = 56.68%
B = 36.16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#16AE6F (or 0x16AE6F) is known color: Jade. HEX triplet: 16, AE and 6F. RGB value is (22,174,111). Sum of RGB (Red+Green+Blue) = 22+174+111=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #16AE6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AE6F is #E95190. Grayscale: #797979. Windows color (decimal): -15290769 or 7319062. OLE color: 7319062.

HSL color Cylindrical-coordinate representation of color #16AE6F: hue angle of 155.13º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AE6F is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 22 174 111 -
CMYK 0.87 0 0.36 0.32
HSL 155.13º 0.78% 0.38% -
HSV(B) 155.13º 0.87% 0.68% -
XYZ 18.34 31.59 20.17 -
YUV 121.37 122.14 57.12 -
System Red Green Blue C M Y K H S L
Decimal 22 174 111 0.87 0 0.36 0.32 155.13 0.78 0.38
Hex 16 AE 6F 57 0 24 20 9B 4E 26
Octal 26 256 157 127 0 44 40 233 116 46
Binary 10110 10101110 1101111 1010111 0 100100 100000 10011011 1001110 100110

Color Harmonies of #16AE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AE6F

Black with #16AE6F

Text Example


Text Example

White with #16AE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,174,111); }

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

background-color css

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

 a { background-color: rgb(22,174,111); }

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

border-color css

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

 span { border-color: rgb(22,174,111); }

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