Html Css Color HEX #2AF160 Malachite

📋 copy color: '#2AF160'

red 42 ◦ green 241 ◦ blue 96

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

Shades of Malachite #2AF160

Tints of Malachite #2AF160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.33%

R = 11.08%
G = 63.59%
B = 25.33%

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

#2AF160 (or 0x2AF160) is known color: Malachite. HEX triplet: 2A, F1 and 60. RGB value is (42,241,96). Sum of RGB (Red+Green+Blue) = 42+241+96=379 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.08% from 379); Green value is 241 (94.53% from 255 or 63.59% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF160 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF160 is #D50E9F. Grayscale: #A5A5A5. Windows color (decimal): -13962912 or 6353194. OLE color: 6353194.

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

Color convert

RGB 42 241 96 -
CMYK 0.83 0 0.60 0.05
HSL 136.28º 0.88% 0.55% -
HSV(B) 136.28º 0.83% 0.95% -
XYZ 34.52 64.25 21.65 -
YUV 164.97 89.07 40.29 -
System Red Green Blue C M Y K H S L
Decimal 42 241 96 0.83 0 0.60 0.05 136.28 0.88 0.55
Hex 2A F1 60 53 0 3C 5 88 58 37
Octal 52 361 140 123 0 74 5 210 130 67
Binary 101010 11110001 1100000 1010011 0 111100 101 10001000 1011000 110111

Color Harmonies of #2AF160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF160

Black with #2AF160

Text Example


Text Example

White with #2AF160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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