#2AF949

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

Shades of Malachite #2AF949

Tints of Malachite #2AF949

Color information

#2AF949 (or 0x2AF949) is unknown color: approx Malachite. HEX triplet: 2A, F9 and 49. RGB value is (42,249,73). Sum of RGB (Red+Green+Blue) = 42+249+73=364 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.54% from 364); Green value is 249 (97.66% from 255 or 68.41% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF949 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF949 is #D506B6. Grayscale: #A7A7A7. Windows color (decimal): -13960887 or 4847914. OLE color: 4847914.

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

Color convert

RGB4224973-
CMYK0.8300.710.02
HSL128.99º94.52%57.06%-
HSV(B)128.99º83.13%97.65%-
XYZ36.0368.7217.67-
YUV167.0474.9238.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.54%
GREEN value IS 249 (97.66% from 255) = 68.41%
BLUE value IS 73 (28.91% from 255) = 20.05%
R=11.54%
G=68.41%
B=20.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal42249730.8300.710.02128.9994.5257.06
Hex2AF949530472815f39
Octal523711111230107220113771
Binary10101011111001100100110100110100011110100000011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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