Html Css Color HEX #16BE6A Jade

📋 copy color: '#16BE6A'

red 22 ◦ green 190 ◦ blue 106

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

Shades of Jade #16BE6A

Tints of Jade #16BE6A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 59.75%

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

R = 6.92%
G = 59.75%
B = 33.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#16BE6A (or 0x16BE6A) is known color: Jade. HEX triplet: 16, BE and 6A. RGB value is (22,190,106). Sum of RGB (Red+Green+Blue) = 22+190+106=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 190 (74.61% from 255 or 59.75% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 190 - color contains mainly: green. Hex color #16BE6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BE6A is #E94195. Grayscale: #828282. Windows color (decimal): -15286678 or 6995478. OLE color: 6995478.

HSL color Cylindrical-coordinate representation of color #16BE6A: hue angle of 150º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BE6A is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 190 106 -
CMYK 0.88 0 0.44 0.25
HSL 150º 0.79% 0.42% -
HSV(B) 150º 0.88% 0.75% -
XYZ 21.35 38.04 19.85 -
YUV 130.19 114.34 50.83 -
System Red Green Blue C M Y K H S L
Decimal 22 190 106 0.88 0 0.44 0.25 150 0.79 0.42
Hex 16 BE 6A 58 0 2C 19 96 4F 2A
Octal 26 276 152 130 0 54 31 226 117 52
Binary 10110 10111110 1101010 1011000 0 101100 11001 10010110 1001111 101010

Color Harmonies of #16BE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BE6A

Black with #16BE6A

Text Example


Text Example

White with #16BE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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