Html Css Color HEX #2AF859 Malachite

📋 copy color: '#2AF859'

red 42 ◦ green 248 ◦ blue 89

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

Shades of Malachite #2AF859

Tints of Malachite #2AF859

RGB

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

 GREEN value IS 248 (97.27% from 255) = 65.44%

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

R = 11.08%
G = 65.44%
B = 23.48%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#2AF859 (or 0x2AF859) is known color: Malachite. HEX triplet: 2A, F8 and 59. RGB value is (42,248,89). Sum of RGB (Red+Green+Blue) = 42+248+89=379 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.08% from 379); Green value is 248 (97.27% from 255 or 65.44% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF859 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF859 is #D507A6. Grayscale: #A8A8A8. Windows color (decimal): -13961127 or 5896234. OLE color: 5896234.

HSL color Cylindrical-coordinate representation of color #2AF859: hue angle of 133.69º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF859 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 42 248 89 -
CMYK 0.83 0 0.64 0.03
HSL 133.69º 0.94% 0.57% -
HSV(B) 133.69º 0.83% 0.97% -
XYZ 36.33 68.35 20.73 -
YUV 168.28 83.25 37.93 -
System Red Green Blue C M Y K H S L
Decimal 42 248 89 0.83 0 0.64 0.03 133.69 0.94 0.57
Hex 2A F8 59 53 0 40 3 86 5E 39
Octal 52 370 131 123 0 100 3 206 136 71
Binary 101010 11111000 1011001 1010011 0 1000000 11 10000110 1011110 111001

Color Harmonies of #2AF859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF859

Black with #2AF859

Text Example


Text Example

White with #2AF859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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