Html Css Color HEX #2AF961 Malachite

📋 copy color: '#2AF961'

red 42 ◦ green 249 ◦ blue 97

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

Shades of Malachite #2AF961

Tints of Malachite #2AF961

RGB

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

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

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

R = 10.82%
G = 64.18%
B = 25%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#2AF961 (or 0x2AF961) is known color: Malachite. HEX triplet: 2A, F9 and 61. RGB value is (42,249,97). Sum of RGB (Red+Green+Blue) = 42+249+97=388 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.82% from 388); Green value is 249 (97.66% from 255 or 64.18% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF961 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF961 is #D5069E. Grayscale: #AAAAAA. Windows color (decimal): -13960863 or 6420778. OLE color: 6420778.

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

Color convert

RGB 42 249 97 -
CMYK 0.83 0 0.61 0.02
HSL 135.94º 0.95% 0.57% -
HSV(B) 135.94º 0.83% 0.98% -
XYZ 36.99 69.11 22.7 -
YUV 169.78 86.92 36.86 -
System Red Green Blue C M Y K H S L
Decimal 42 249 97 0.83 0 0.61 0.02 135.94 0.95 0.57
Hex 2A F9 61 53 0 3D 2 88 5F 39
Octal 52 371 141 123 0 75 2 210 137 71
Binary 101010 11111001 1100001 1010011 0 111101 10 10001000 1011111 111001

Color Harmonies of #2AF961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF961

Black with #2AF961

Text Example


Text Example

White with #2AF961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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