Html Css Color HEX #16B362 Jade

📋 copy color: '#16B362'

red 22 ◦ green 179 ◦ blue 98

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

Shades of Jade #16B362

Tints of Jade #16B362

RGB

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

 GREEN value IS 179 (70.31% from 255) = 59.87%

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

R = 7.36%
G = 59.87%
B = 32.78%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#16B362 (or 0x16B362) is known color: Jade. HEX triplet: 16, B3 and 62. RGB value is (22,179,98). Sum of RGB (Red+Green+Blue) = 22+179+98=299 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.36% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #16B362 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B362 is #E94C9D. Grayscale: #7A7A7A. Windows color (decimal): -15289502 or 6468374. OLE color: 6468374.

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

Color convert

RGB 22 179 98 -
CMYK 0.88 0 0.45 0.30
HSL 149.04º 0.78% 0.39% -
HSV(B) 149.04º 0.88% 0.7% -
XYZ 18.66 33.29 17 -
YUV 122.82 113.99 56.09 -
System Red Green Blue C M Y K H S L
Decimal 22 179 98 0.88 0 0.45 0.30 149.04 0.78 0.39
Hex 16 B3 62 58 0 2D 1E 95 4E 27
Octal 26 263 142 130 0 55 36 225 116 47
Binary 10110 10110011 1100010 1011000 0 101101 11110 10010101 1001110 100111

Color Harmonies of #16B362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B362

Black with #16B362

Text Example


Text Example

White with #16B362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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