#16CA69

Color #16CA69 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #16CA69

Tints of Malachite #16CA69

Color information

#16CA69 (or 0x16CA69) is unknown color: approx Malachite. HEX triplet: 16, CA and 69. RGB value is (22,202,105). Sum of RGB (Red+Green+Blue) = 22+202+105=329 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.69% from 329); Green value is 202 (79.30% from 255 or 61.40% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16CA69 is #E93596. Grayscale: #898989. Windows color (decimal): -15283607 or 6933014. OLE color: 6933014.

HSL color Cylindrical-coordinate representation of color #16CA69: hue angle of 147.67º 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 #16CA69 is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB22202105-
CMYK0.8900.480.21
HSL147.67º80.36%43.92%-
HSV(B)147.67º89.11%79.22%-
XYZ2443.4320.48-
YUV137.12109.8745.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.69%
GREEN value IS 202 (79.30% from 255) = 61.40%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=6.69%
G=61.40%
B=31.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal222021050.8900.480.21147.6780.3643.92
Hex16CA69590301594502c
Octal263121511310602522412054
Binary101101100101011010011011001011000010101100101001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16CA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #16CA69;
 }
 .AnyTagClassName
 {
   color: #16CA69;
 }
</style>
background-color css

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

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

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

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

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

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