Html Css Color HEX #16AC68 Jade

📋 copy color: '#16AC68'

red 22 ◦ green 172 ◦ blue 104

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

Shades of Jade #16AC68

Tints of Jade #16AC68

RGB

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

 GREEN value IS 172 (67.58% from 255) = 57.72%

 BLUE value IS 104 (41.02% from 255) = 34.9%

R = 7.38%
G = 57.72%
B = 34.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#16AC68 (or 0x16AC68) is known color: Jade. HEX triplet: 16, AC and 68. RGB value is (22,172,104). Sum of RGB (Red+Green+Blue) = 22+172+104=298 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.38% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #16AC68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AC68 is #E95397. Grayscale: #777777. Windows color (decimal): -15291288 or 6859798. OLE color: 6859798.

HSL color Cylindrical-coordinate representation of color #16AC68: hue angle of 152.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AC68 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 22 172 104 -
CMYK 0.87 0 0.40 0.33
HSL 152.8º 0.77% 0.38% -
HSV(B) 152.8º 0.87% 0.67% -
XYZ 17.58 30.68 18.09 -
YUV 119.4 119.31 58.53 -
System Red Green Blue C M Y K H S L
Decimal 22 172 104 0.87 0 0.40 0.33 152.8 0.77 0.38
Hex 16 AC 68 57 0 28 21 99 4D 26
Octal 26 254 150 127 0 50 41 231 115 46
Binary 10110 10101100 1101000 1010111 0 101000 100001 10011001 1001101 100110

Color Harmonies of #16AC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AC68

Black with #16AC68

Text Example


Text Example

White with #16AC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,172,104); }

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

background-color css

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

 a { background-color: rgb(22,172,104); }

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

border-color css

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

 span { border-color: rgb(22,172,104); }

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