Html Css Color HEX #16B46B Jade

📋 copy color: '#16B46B'

red 22 ◦ green 180 ◦ blue 107

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

Shades of Jade #16B46B

Tints of Jade #16B46B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 58.25%

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 7.12%
G = 58.25%
B = 34.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#16B46B (or 0x16B46B) is known color: Jade. HEX triplet: 16, B4 and 6B. RGB value is (22,180,107). Sum of RGB (Red+Green+Blue) = 22+180+107=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 180 (70.70% from 255 or 58.25% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 180 - color contains mainly: green. Hex color #16B46B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B46B is #E94B94. Grayscale: #7C7C7C. Windows color (decimal): -15289237 or 7058454. OLE color: 7058454.

HSL color Cylindrical-coordinate representation of color #16B46B: hue angle of 152.28º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B46B is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 22 180 107 -
CMYK 0.88 0 0.41 0.29
HSL 152.28º 0.78% 0.4% -
HSV(B) 152.28º 0.88% 0.71% -
XYZ 19.31 33.87 19.43 -
YUV 124.44 118.15 54.94 -
System Red Green Blue C M Y K H S L
Decimal 22 180 107 0.88 0 0.41 0.29 152.28 0.78 0.4
Hex 16 B4 6B 58 0 29 1D 98 4E 28
Octal 26 264 153 130 0 51 35 230 116 50
Binary 10110 10110100 1101011 1011000 0 101001 11101 10011000 1001110 101000

Color Harmonies of #16B46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B46B

Black with #16B46B

Text Example


Text Example

White with #16B46B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,180,107); }

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

background-color css

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

 a { background-color: rgb(22,180,107); }

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

border-color css

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

 span { border-color: rgb(22,180,107); }

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