Html Css Color HEX #16BE68 Jade

📋 copy color: '#16BE68'

red 22 ◦ green 190 ◦ blue 104

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

Shades of Jade #16BE68

Tints of Jade #16BE68

RGB

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

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

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

R = 6.96%
G = 60.13%
B = 32.91%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#16BE68 (or 0x16BE68) is known color: Jade. HEX triplet: 16, BE and 68. RGB value is (22,190,104). Sum of RGB (Red+Green+Blue) = 22+190+104=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 190 (74.61% from 255 or 60.13% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 190 - color contains mainly: green. Hex color #16BE68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BE68 is #E94197. Grayscale: #828282. Windows color (decimal): -15286680 or 6864406. OLE color: 6864406.

HSL color Cylindrical-coordinate representation of color #16BE68: hue angle of 149.29º 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 #16BE68 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 190 104 -
CMYK 0.88 0 0.45 0.25
HSL 149.29º 0.79% 0.42% -
HSV(B) 149.29º 0.88% 0.75% -
XYZ 21.24 38 19.31 -
YUV 129.96 113.34 50.99 -
System Red Green Blue C M Y K H S L
Decimal 22 190 104 0.88 0 0.45 0.25 149.29 0.79 0.42
Hex 16 BE 68 58 0 2D 19 95 4F 2A
Octal 26 276 150 130 0 55 31 225 117 52
Binary 10110 10111110 1101000 1011000 0 101101 11001 10010101 1001111 101010

Color Harmonies of #16BE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BE68

Black with #16BE68

Text Example


Text Example

White with #16BE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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