Html Css Color HEX #16C85F Malachite

📋 copy color: '#16C85F'

red 22 ◦ green 200 ◦ blue 95

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

Shades of Malachite #16C85F

Tints of Malachite #16C85F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 63.09%

 BLUE value IS 95 (37.5% from 255) = 29.97%

R = 6.94%
G = 63.09%
B = 29.97%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#16C85F (or 0x16C85F) is known color: Malachite. HEX triplet: 16, C8 and 5F. RGB value is (22,200,95). Sum of RGB (Red+Green+Blue) = 22+200+95=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 200 (78.52% from 255 or 63.09% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 200 - color contains mainly: green. Hex color #16C85F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C85F is #E937A0. Grayscale: #878787. Windows color (decimal): -15284129 or 6277142. OLE color: 6277142.

HSL color Cylindrical-coordinate representation of color #16C85F: hue angle of 144.61º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C85F is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 22 200 95 -
CMYK 0.89 0 0.52 0.22
HSL 144.61º 0.8% 0.44% -
HSV(B) 144.61º 0.89% 0.78% -
XYZ 23.05 42.31 17.78 -
YUV 134.81 105.53 47.54 -
System Red Green Blue C M Y K H S L
Decimal 22 200 95 0.89 0 0.52 0.22 144.61 0.8 0.44
Hex 16 C8 5F 59 0 34 16 91 50 2C
Octal 26 310 137 131 0 64 26 221 120 54
Binary 10110 11001000 1011111 1011001 0 110100 10110 10010001 1010000 101100

Color Harmonies of #16C85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C85F

Black with #16C85F

Text Example


Text Example

White with #16C85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,200,95); }

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

background-color css

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

 a { background-color: rgb(22,200,95); }

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

border-color css

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

 span { border-color: rgb(22,200,95); }

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