Html Css Color HEX #16CA64 Malachite

📋 copy color: '#16CA64'

red 22 ◦ green 202 ◦ blue 100

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

Shades of Malachite #16CA64

Tints of Malachite #16CA64

RGB

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

 GREEN value IS 202 (79.3% from 255) = 62.35%

 BLUE value IS 100 (39.45% from 255) = 30.86%

R = 6.79%
G = 62.35%
B = 30.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#16CA64 (or 0x16CA64) is known color: Malachite. HEX triplet: 16, CA and 64. RGB value is (22,202,100). Sum of RGB (Red+Green+Blue) = 22+202+100=324 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.79% from 324); Green value is 202 (79.30% from 255 or 62.35% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16CA64 is #E9359B. Grayscale: #888888. Windows color (decimal): -15283612 or 6605334. OLE color: 6605334.

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

Color convert

RGB 22 202 100 -
CMYK 0.89 0 0.50 0.21
HSL 146º 0.8% 0.44% -
HSV(B) 146º 0.89% 0.79% -
XYZ 23.75 43.33 19.17 -
YUV 136.55 107.37 46.29 -
System Red Green Blue C M Y K H S L
Decimal 22 202 100 0.89 0 0.50 0.21 146 0.8 0.44
Hex 16 CA 64 59 0 32 15 92 50 2C
Octal 26 312 144 131 0 62 25 222 120 54
Binary 10110 11001010 1100100 1011001 0 110010 10101 10010010 1010000 101100

Color Harmonies of #16CA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CA64

Black with #16CA64

Text Example


Text Example

White with #16CA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,202,100); }

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

background-color css

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

 a { background-color: rgb(22,202,100); }

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

border-color css

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

 span { border-color: rgb(22,202,100); }

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