Html Css Color HEX #2AF861 Malachite

📋 copy color: '#2AF861'

red 42 ◦ green 248 ◦ blue 97

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

Shades of Malachite #2AF861

Tints of Malachite #2AF861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.06%

R = 10.85%
G = 64.08%
B = 25.06%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#2AF861 (or 0x2AF861) is known color: Malachite. HEX triplet: 2A, F8 and 61. RGB value is (42,248,97). Sum of RGB (Red+Green+Blue) = 42+248+97=387 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.85% from 387); Green value is 248 (97.27% from 255 or 64.08% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF861 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF861 is #D5079E. Grayscale: #A9A9A9. Windows color (decimal): -13961119 or 6420522. OLE color: 6420522.

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

Color convert

RGB 42 248 97 -
CMYK 0.83 0 0.61 0.03
HSL 136.02º 0.94% 0.57% -
HSV(B) 136.02º 0.83% 0.97% -
XYZ 36.68 68.49 22.6 -
YUV 169.19 87.25 37.28 -
System Red Green Blue C M Y K H S L
Decimal 42 248 97 0.83 0 0.61 0.03 136.02 0.94 0.57
Hex 2A F8 61 53 0 3D 3 88 5E 39
Octal 52 370 141 123 0 75 3 210 136 71
Binary 101010 11111000 1100001 1010011 0 111101 11 10001000 1011110 111001

Color Harmonies of #2AF861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF861

Black with #2AF861

Text Example


Text Example

White with #2AF861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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