Html Css Color HEX #16BE64 Jade

📋 copy color: '#16BE64'

red 22 ◦ green 190 ◦ blue 100

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

Shades of Jade #16BE64

Tints of Jade #16BE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.05%

R = 7.05%
G = 60.9%
B = 32.05%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#16BE64 (or 0x16BE64) is known color: Jade. HEX triplet: 16, BE and 64. RGB value is (22,190,100). Sum of RGB (Red+Green+Blue) = 22+190+100=312 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.05% from 312); Green value is 190 (74.61% from 255 or 60.90% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 190 - color contains mainly: green. Hex color #16BE64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BE64 is #E9419B. Grayscale: #818181. Windows color (decimal): -15286684 or 6602262. OLE color: 6602262.

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

Color convert

RGB 22 190 100 -
CMYK 0.88 0 0.47 0.25
HSL 147.86º 0.79% 0.42% -
HSV(B) 147.86º 0.88% 0.75% -
XYZ 21.04 37.92 18.27 -
YUV 129.51 111.34 51.32 -
System Red Green Blue C M Y K H S L
Decimal 22 190 100 0.88 0 0.47 0.25 147.86 0.79 0.42
Hex 16 BE 64 58 0 2F 19 94 4F 2A
Octal 26 276 144 130 0 57 31 224 117 52
Binary 10110 10111110 1100100 1011000 0 101111 11001 10010100 1001111 101010

Color Harmonies of #16BE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BE64

Black with #16BE64

Text Example


Text Example

White with #16BE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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