Html Css Color HEX #16AE66 Jade

📋 copy color: '#16AE66'

red 22 ◦ green 174 ◦ blue 102

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

Shades of Jade #16AE66

Tints of Jade #16AE66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 7.38%
G = 58.39%
B = 34.23%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#16AE66 (or 0x16AE66) is known color: Jade. HEX triplet: 16, AE and 66. RGB value is (22,174,102). Sum of RGB (Red+Green+Blue) = 22+174+102=298 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.38% from 298); Green value is 174 (68.36% from 255 or 58.39% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 174 - color contains mainly: green. Hex color #16AE66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AE66 is #E95199. Grayscale: #787878. Windows color (decimal): -15290778 or 6729238. OLE color: 6729238.

HSL color Cylindrical-coordinate representation of color #16AE66: hue angle of 151.58º 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 #16AE66 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 22 174 102 -
CMYK 0.87 0 0.41 0.32
HSL 151.58º 0.78% 0.38% -
HSV(B) 151.58º 0.87% 0.68% -
XYZ 17.87 31.4 17.69 -
YUV 120.34 117.64 57.85 -
System Red Green Blue C M Y K H S L
Decimal 22 174 102 0.87 0 0.41 0.32 151.58 0.78 0.38
Hex 16 AE 66 57 0 29 20 98 4E 26
Octal 26 256 146 127 0 51 40 230 116 46
Binary 10110 10101110 1100110 1010111 0 101001 100000 10011000 1001110 100110

Color Harmonies of #16AE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AE66

Black with #16AE66

Text Example


Text Example

White with #16AE66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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