#2AF16A

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

Shades of Malachite #2AF16A

Tints of Malachite #2AF16A

Color information

#2AF16A (or 0x2AF16A) is unknown color: approx Malachite. HEX triplet: 2A, F1 and 6A. RGB value is (42,241,106). Sum of RGB (Red+Green+Blue) = 42+241+106=389 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.80% from 389); Green value is 241 (94.53% from 255 or 61.95% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF16A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF16A is #D50E95. Grayscale: #A6A6A6. Windows color (decimal): -13962902 or 7008554. OLE color: 7008554.

HSL color Cylindrical-coordinate representation of color #2AF16A: hue angle of 139.3º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF16A is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB42241106-
CMYK0.8300.560.05
HSL139.3º87.67%55.49%-
HSV(B)139.3º82.57%94.51%-
XYZ35.0164.4424.23-
YUV166.1194.0739.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.80%
GREEN value IS 241 (94.53% from 255) = 61.95%
BLUE value IS 106 (41.80% from 255) = 27.25%
R=10.80%
G=61.95%
B=27.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal422411060.8300.560.05139.387.6755.49
Hex2AF16A5303858b5837
Octal52361152123070521313067
Binary10101011110001110101010100110111000101100010111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AF16A; }

 p { color: rgb(42,241,106); }

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

<style>
 a { background-color: #2AF16A; }

 a { background-color: rgb(42,241,106); }

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

<style>
 span { border-color: #2AF16A; }

 span { border-color: rgb(42,241,106); }

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