Html Css Color HEX #16A46A Jade

📋 copy color: '#16A46A'

red 22 ◦ green 164 ◦ blue 106

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

Shades of Jade #16A46A

Tints of Jade #16A46A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.16%

 BLUE value IS 106 (41.8% from 255) = 36.3%

R = 7.53%
G = 56.16%
B = 36.3%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#16A46A (or 0x16A46A) is known color: Jade. HEX triplet: 16, A4 and 6A. RGB value is (22,164,106). Sum of RGB (Red+Green+Blue) = 22+164+106=292 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.53% from 292); Green value is 164 (64.45% from 255 or 56.16% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 164 - color contains mainly: green. Hex color #16A46A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A46A is #E95B95. Grayscale: #737373. Windows color (decimal): -15293334 or 6988822. OLE color: 6988822.

HSL color Cylindrical-coordinate representation of color #16A46A: hue angle of 155.49º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A46A is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 22 164 106 -
CMYK 0.87 0 0.35 0.36
HSL 155.49º 0.76% 0.36% -
HSV(B) 155.49º 0.87% 0.64% -
XYZ 16.21 27.76 18.14 -
YUV 114.93 122.96 61.72 -
System Red Green Blue C M Y K H S L
Decimal 22 164 106 0.87 0 0.35 0.36 155.49 0.76 0.36
Hex 16 A4 6A 57 0 23 24 9B 4C 24
Octal 26 244 152 127 0 43 44 233 114 44
Binary 10110 10100100 1101010 1010111 0 100011 100100 10011011 1001100 100100

Color Harmonies of #16A46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16A46A

Black with #16A46A

Text Example


Text Example

White with #16A46A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,164,106); }

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

background-color css

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

 a { background-color: rgb(22,164,106); }

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

border-color css

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

 span { border-color: rgb(22,164,106); }

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