Html Css Color HEX #16B062 Jade

📋 copy color: '#16B062'

red 22 ◦ green 176 ◦ blue 98

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

Shades of Jade #16B062

Tints of Jade #16B062

RGB

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

 GREEN value IS 176 (69.14% from 255) = 59.46%

 BLUE value IS 98 (38.67% from 255) = 33.11%

R = 7.43%
G = 59.46%
B = 33.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#16B062 (or 0x16B062) is known color: Jade. HEX triplet: 16, B0 and 62. RGB value is (22,176,98). Sum of RGB (Red+Green+Blue) = 22+176+98=296 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.43% from 296); Green value is 176 (69.14% from 255 or 59.46% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 176 - color contains mainly: green. Hex color #16B062 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B062 is #E94F9D. Grayscale: #797979. Windows color (decimal): -15290270 or 6467606. OLE color: 6467606.

HSL color Cylindrical-coordinate representation of color #16B062: hue angle of 149.61º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B062 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 22 176 98 -
CMYK 0.88 0 0.44 0.31
HSL 149.61º 0.78% 0.39% -
HSV(B) 149.61º 0.88% 0.69% -
XYZ 18.06 32.1 16.8 -
YUV 121.06 114.98 57.34 -
System Red Green Blue C M Y K H S L
Decimal 22 176 98 0.88 0 0.44 0.31 149.61 0.78 0.39
Hex 16 B0 62 58 0 2C 1F 96 4E 27
Octal 26 260 142 130 0 54 37 226 116 47
Binary 10110 10110000 1100010 1011000 0 101100 11111 10010110 1001110 100111

Color Harmonies of #16B062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B062

Black with #16B062

Text Example


Text Example

White with #16B062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,176,98); }

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

background-color css

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

 a { background-color: rgb(22,176,98); }

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

border-color css

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

 span { border-color: rgb(22,176,98); }

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