Html Css Color HEX #2AF061 Malachite

📋 copy color: '#2AF061'

red 42 ◦ green 240 ◦ blue 97

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

Shades of Malachite #2AF061

Tints of Malachite #2AF061

RGB

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

 GREEN value IS 240 (94.14% from 255) = 63.32%

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

R = 11.08%
G = 63.32%
B = 25.59%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#2AF061 (or 0x2AF061) is known color: Malachite. HEX triplet: 2A, F0 and 61. RGB value is (42,240,97). Sum of RGB (Red+Green+Blue) = 42+240+97=379 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.08% from 379); Green value is 240 (94.14% from 255 or 63.32% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF061 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF061 is #D50F9E. Grayscale: #A4A4A4. Windows color (decimal): -13963167 or 6418474. OLE color: 6418474.

HSL color Cylindrical-coordinate representation of color #2AF061: hue angle of 136.67º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AF061 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 42 240 97 -
CMYK 0.82 0 0.60 0.06
HSL 136.67º 0.87% 0.55% -
HSV(B) 136.67º 0.83% 0.94% -
XYZ 34.27 63.68 21.79 -
YUV 164.5 89.9 40.63 -
System Red Green Blue C M Y K H S L
Decimal 42 240 97 0.82 0 0.60 0.06 136.67 0.87 0.55
Hex 2A F0 61 52 0 3C 6 89 57 37
Octal 52 360 141 122 0 74 6 211 127 67
Binary 101010 11110000 1100001 1010010 0 111100 110 10001001 1010111 110111

Color Harmonies of #2AF061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF061

Black with #2AF061

Text Example


Text Example

White with #2AF061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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