#2AF94A

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

Shades of Malachite #2AF94A

Tints of Malachite #2AF94A

Color information

#2AF94A (or 0x2AF94A) is unknown color: approx Malachite. HEX triplet: 2A, F9 and 4A. RGB value is (42,249,74). Sum of RGB (Red+Green+Blue) = 42+249+74=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 249 (97.66% from 255 or 68.22% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF94A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF94A is #D506B5. Grayscale: #A7A7A7. Windows color (decimal): -13960886 or 4913450. OLE color: 4913450.

HSL color Cylindrical-coordinate representation of color #2AF94A: hue angle of 129.28º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF94A is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB4224974-
CMYK0.8300.700.02
HSL129.28º94.52%57.06%-
HSV(B)129.28º83.13%97.65%-
XYZ36.0768.7417.85-
YUV167.1675.4238.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.51%
GREEN value IS 249 (97.66% from 255) = 68.22%
BLUE value IS 74 (29.30% from 255) = 20.27%
R=11.51%
G=68.22%
B=20.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal42249740.8300.700.02129.2894.5257.06
Hex2AF94A530462815f39
Octal523711121230106220113771
Binary10101011111001100101010100110100011010100000011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,249,74); }

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

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

 a { background-color: rgb(42,249,74); }

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

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

 span { border-color: rgb(42,249,74); }

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