#2AFF4A

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

Shades of Malachite #2AFF4A

Tints of Malachite #2AFF4A

Color information

#2AFF4A (or 0x2AFF4A) is unknown color: approx Malachite. HEX triplet: 2A, FF and 4A. RGB value is (42,255,74). Sum of RGB (Red+Green+Blue) = 42+255+74=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFF4A is #D500B5. Grayscale: #ABABAB. Windows color (decimal): -13959350 or 4914986. OLE color: 4914986.

HSL color Cylindrical-coordinate representation of color #2AFF4A: hue angle of 129.01º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFF4A is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB4225574-
CMYK0.8400.710
HSL129.01º100%58.24%-
HSV(B)129.01º83.53%100%-
XYZ37.9572.5118.47-
YUV170.6873.4336.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.32%
GREEN value IS 255 (100% from 255) = 68.73%
BLUE value IS 74 (29.30% from 255) = 19.95%
R=11.32%
G=68.73%
B=19.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal42255740.8400.710129.0110058.24
Hex2AFF4A54047081643a
Octal523771121240107020114472
Binary1010101111111110010101010100010001110100000011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AFF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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