Html Css Color HEX #16F055 Malachite

📋 copy color: '#16F055'

red 22 ◦ green 240 ◦ blue 85

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

Shades of Malachite #16F055

Tints of Malachite #16F055

RGB

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

 GREEN value IS 240 (94.14% from 255) = 69.16%

 BLUE value IS 85 (33.59% from 255) = 24.5%

R = 6.34%
G = 69.16%
B = 24.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#16F055 (or 0x16F055) is known color: Malachite. HEX triplet: 16, F0 and 55. RGB value is (22,240,85). Sum of RGB (Red+Green+Blue) = 22+240+85=347 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.34% from 347); Green value is 240 (94.14% from 255 or 69.16% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 240 - color contains mainly: green. Hex color #16F055 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #16F055 is #E90FAA. Grayscale: #9D9D9D. Windows color (decimal): -15273899 or 5632022. OLE color: 5632022.

HSL color Cylindrical-coordinate representation of color #16F055: hue angle of 137.34º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F055 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 22 240 85 -
CMYK 0.91 0 0.65 0.06
HSL 137.34º 0.88% 0.51% -
HSV(B) 137.34º 0.91% 0.94% -
XYZ 33.13 63.15 19.04 -
YUV 157.15 87.28 31.6 -
System Red Green Blue C M Y K H S L
Decimal 22 240 85 0.91 0 0.65 0.06 137.34 0.88 0.51
Hex 16 F0 55 5B 0 41 6 89 58 33
Octal 26 360 125 133 0 101 6 211 130 63
Binary 10110 11110000 1010101 1011011 0 1000001 110 10001001 1011000 110011

Color Harmonies of #16F055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16F055

Black with #16F055

Text Example


Text Example

White with #16F055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,240,85); }

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

background-color css

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

 a { background-color: rgb(22,240,85); }

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

border-color css

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

 span { border-color: rgb(22,240,85); }

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