Html Css Color HEX #2AF15A Malachite

📋 copy color: '#2AF15A'

red 42 ◦ green 241 ◦ blue 90

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

Shades of Malachite #2AF15A

Tints of Malachite #2AF15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.13%

R = 11.26%
G = 64.61%
B = 24.13%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#2AF15A (or 0x2AF15A) is known color: Malachite. HEX triplet: 2A, F1 and 5A. RGB value is (42,241,90). Sum of RGB (Red+Green+Blue) = 42+241+90=373 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.26% from 373); Green value is 241 (94.53% from 255 or 64.61% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF15A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF15A is #D50EA5. Grayscale: #A4A4A4. Windows color (decimal): -13962918 or 5959978. OLE color: 5959978.

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

Color convert

RGB 42 241 90 -
CMYK 0.83 0 0.63 0.05
HSL 134.47º 0.88% 0.55% -
HSV(B) 134.47º 0.83% 0.95% -
XYZ 34.26 64.14 20.25 -
YUV 164.29 86.07 40.78 -
System Red Green Blue C M Y K H S L
Decimal 42 241 90 0.83 0 0.63 0.05 134.47 0.88 0.55
Hex 2A F1 5A 53 0 3F 5 86 58 37
Octal 52 361 132 123 0 77 5 206 130 67
Binary 101010 11110001 1011010 1010011 0 111111 101 10000110 1011000 110111

Color Harmonies of #2AF15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF15A

Black with #2AF15A

Text Example


Text Example

White with #2AF15A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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