Html Css Color HEX #16B360 Jade

📋 copy color: '#16B360'

red 22 ◦ green 179 ◦ blue 96

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

Shades of Jade #16B360

Tints of Jade #16B360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.32%

R = 7.41%
G = 60.27%
B = 32.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#16B360 (or 0x16B360) is known color: Jade. HEX triplet: 16, B3 and 60. RGB value is (22,179,96). Sum of RGB (Red+Green+Blue) = 22+179+96=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 179 (70.31% from 255 or 60.27% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 179 - color contains mainly: green. Hex color #16B360 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B360 is #E94C9F. Grayscale: #7A7A7A. Windows color (decimal): -15289504 or 6337302. OLE color: 6337302.

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

Color convert

RGB 22 179 96 -
CMYK 0.88 0 0.46 0.30
HSL 148.28º 0.78% 0.39% -
HSV(B) 148.28º 0.88% 0.7% -
XYZ 18.56 33.26 16.51 -
YUV 122.6 112.99 56.25 -
System Red Green Blue C M Y K H S L
Decimal 22 179 96 0.88 0 0.46 0.30 148.28 0.78 0.39
Hex 16 B3 60 58 0 2E 1E 94 4E 27
Octal 26 263 140 130 0 56 36 224 116 47
Binary 10110 10110011 1100000 1011000 0 101110 11110 10010100 1001110 100111

Color Harmonies of #16B360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B360

Black with #16B360

Text Example


Text Example

White with #16B360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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