Html Css Color HEX #16AE65 Jade

📋 copy color: '#16AE65'

red 22 ◦ green 174 ◦ blue 101

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

Shades of Jade #16AE65

Tints of Jade #16AE65

RGB

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

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

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

R = 7.41%
G = 58.59%
B = 34.01%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#16AE65 (or 0x16AE65) is known color: Jade. HEX triplet: 16, AE and 65. RGB value is (22,174,101). Sum of RGB (Red+Green+Blue) = 22+174+101=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 174 (68.36% from 255 or 58.59% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 174 - color contains mainly: green. Hex color #16AE65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AE65 is #E9519A. Grayscale: #787878. Windows color (decimal): -15290779 or 6663702. OLE color: 6663702.

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

Color convert

RGB 22 174 101 -
CMYK 0.87 0 0.42 0.32
HSL 151.18º 0.78% 0.38% -
HSV(B) 151.18º 0.87% 0.68% -
XYZ 17.82 31.38 17.43 -
YUV 120.23 117.14 57.94 -
System Red Green Blue C M Y K H S L
Decimal 22 174 101 0.87 0 0.42 0.32 151.18 0.78 0.38
Hex 16 AE 65 57 0 2A 20 97 4E 26
Octal 26 256 145 127 0 52 40 227 116 46
Binary 10110 10101110 1100101 1010111 0 101010 100000 10010111 1001110 100110

Color Harmonies of #16AE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AE65

Black with #16AE65

Text Example


Text Example

White with #16AE65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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