Html Css Color HEX #2AF161 Malachite

📋 copy color: '#2AF161'

red 42 ◦ green 241 ◦ blue 97

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

Shades of Malachite #2AF161

Tints of Malachite #2AF161

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.42%

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

R = 11.05%
G = 63.42%
B = 25.53%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#2AF161 (or 0x2AF161) is known color: Malachite. HEX triplet: 2A, F1 and 61. RGB value is (42,241,97). Sum of RGB (Red+Green+Blue) = 42+241+97=380 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.05% from 380); Green value is 241 (94.53% from 255 or 63.42% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF161 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF161 is #D50E9E. Grayscale: #A5A5A5. Windows color (decimal): -13962911 or 6418730. OLE color: 6418730.

HSL color Cylindrical-coordinate representation of color #2AF161: hue angle of 136.58º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF161 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 42 241 97 -
CMYK 0.83 0 0.60 0.05
HSL 136.58º 0.88% 0.55% -
HSV(B) 136.58º 0.83% 0.95% -
XYZ 34.57 64.27 21.89 -
YUV 165.08 89.57 40.21 -
System Red Green Blue C M Y K H S L
Decimal 42 241 97 0.83 0 0.60 0.05 136.58 0.88 0.55
Hex 2A F1 61 53 0 3C 5 89 58 37
Octal 52 361 141 123 0 74 5 211 130 67
Binary 101010 11110001 1100001 1010011 0 111100 101 10001001 1011000 110111

Color Harmonies of #2AF161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF161

Black with #2AF161

Text Example


Text Example

White with #2AF161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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