#2AF34A

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

Shades of Malachite #2AF34A

Tints of Malachite #2AF34A

Color information

#2AF34A (or 0x2AF34A) is unknown color: approx Malachite. HEX triplet: 2A, F3 and 4A. RGB value is (42,243,74). Sum of RGB (Red+Green+Blue) = 42+243+74=359 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.70% from 359); Green value is 243 (95.31% from 255 or 67.69% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF34A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF34A is #D50CB5. Grayscale: #A4A4A4. Windows color (decimal): -13962422 or 4911914. OLE color: 4911914.

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

Color convert

RGB4224374-
CMYK0.8300.700.05
HSL129.55º89.33%55.88%-
HSV(B)129.55º82.72%95.29%-
XYZ34.2465.0917.24-
YUV163.6477.4141.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.70%
GREEN value IS 243 (95.31% from 255) = 67.69%
BLUE value IS 74 (29.30% from 255) = 20.61%
R=11.70%
G=67.69%
B=20.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal42243740.8300.700.05129.5589.3355.88
Hex2AF34A530465825938
Octal523631121230106520213170
Binary101010111100111001010101001101000110101100000101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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