Html Css Color HEX #16C069 Jade

📋 copy color: '#16C069'

red 22 ◦ green 192 ◦ blue 105

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

Shades of Jade #16C069

Tints of Jade #16C069

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.19%

 BLUE value IS 105 (41.41% from 255) = 32.92%

R = 6.9%
G = 60.19%
B = 32.92%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#16C069 (or 0x16C069) is known color: Jade. HEX triplet: 16, C0 and 69. RGB value is (22,192,105). Sum of RGB (Red+Green+Blue) = 22+192+105=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #16C069 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C069 is #E93F96. Grayscale: #838383. Windows color (decimal): -15286167 or 6930454. OLE color: 6930454.

HSL color Cylindrical-coordinate representation of color #16C069: hue angle of 149.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C069 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 192 105 -
CMYK 0.89 0 0.45 0.25
HSL 149.29º 0.79% 0.42% -
HSV(B) 149.29º 0.89% 0.75% -
XYZ 21.73 38.89 19.73 -
YUV 131.25 113.18 50.07 -
System Red Green Blue C M Y K H S L
Decimal 22 192 105 0.89 0 0.45 0.25 149.29 0.79 0.42
Hex 16 C0 69 59 0 2D 19 95 4F 2A
Octal 26 300 151 131 0 55 31 225 117 52
Binary 10110 11000000 1101001 1011001 0 101101 11001 10010101 1001111 101010

Color Harmonies of #16C069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C069

Black with #16C069

Text Example


Text Example

White with #16C069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,192,105); }

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

background-color css

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

 a { background-color: rgb(22,192,105); }

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

border-color css

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

 span { border-color: rgb(22,192,105); }

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