#2AF169

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

Shades of Malachite #2AF169

Tints of Malachite #2AF169

Color information

#2AF169 (or 0x2AF169) is unknown color: approx Malachite. HEX triplet: 2A, F1 and 69. RGB value is (42,241,105). Sum of RGB (Red+Green+Blue) = 42+241+105=388 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.82% from 388); Green value is 241 (94.53% from 255 or 62.11% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF169 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF169 is #D50E96. Grayscale: #A6A6A6. Windows color (decimal): -13962903 or 6943018. OLE color: 6943018.

HSL color Cylindrical-coordinate representation of color #2AF169: hue angle of 138.99º 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 #2AF169 is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB42241105-
CMYK0.8300.560.05
HSL138.99º87.67%55.49%-
HSV(B)138.99º82.57%94.51%-
XYZ34.9664.4223.96-
YUV165.9993.5739.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.82%
GREEN value IS 241 (94.53% from 255) = 62.11%
BLUE value IS 105 (41.41% from 255) = 27.06%
R=10.82%
G=62.11%
B=27.06%

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
Decimal422411050.8300.560.05138.9987.6755.49
Hex2AF1695303858b5837
Octal52361151123070521313067
Binary10101011110001110100110100110111000101100010111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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