Html Css Color HEX #2AF959 Malachite

📋 copy color: '#2AF959'

red 42 ◦ green 249 ◦ blue 89

#2AF959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #2AF959

Tints of Malachite #2AF959

RGB

 RED value IS 42 (16.8% from 255) = 11.05%

 GREEN value IS 249 (97.66% from 255) = 65.53%

 BLUE value IS 89 (35.16% from 255) = 23.42%

R = 11.05%
G = 65.53%
B = 23.42%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#2AF959 (or 0x2AF959) is known color: Malachite. HEX triplet: 2A, F9 and 59. RGB value is (42,249,89). Sum of RGB (Red+Green+Blue) = 42+249+89=380 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.05% from 380); Green value is 249 (97.66% from 255 or 65.53% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF959 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF959 is #D506A6. Grayscale: #A9A9A9. Windows color (decimal): -13960871 or 5896490. OLE color: 5896490.

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

Color convert

RGB 42 249 89 -
CMYK 0.83 0 0.64 0.02
HSL 133.62º 0.95% 0.57% -
HSV(B) 133.62º 0.83% 0.98% -
XYZ 36.63 68.96 20.83 -
YUV 168.87 82.92 37.51 -
System Red Green Blue C M Y K H S L
Decimal 42 249 89 0.83 0 0.64 0.02 133.62 0.95 0.57
Hex 2A F9 59 53 0 40 2 86 5F 39
Octal 52 371 131 123 0 100 2 206 137 71
Binary 101010 11111001 1011001 1010011 0 1000000 10 10000110 1011111 111001

Color Harmonies of #2AF959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF959

Black with #2AF959

Text Example


Text Example

White with #2AF959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2AF959;
 }
 .AnyTagClassName
 {
   color: #2AF959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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