Html Css Color HEX #2AF25A Malachite

📋 copy color: '#2AF25A'

red 42 ◦ green 242 ◦ blue 90

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

Shades of Malachite #2AF25A

Tints of Malachite #2AF25A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 64.71%

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

R = 11.23%
G = 64.71%
B = 24.06%

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

#2AF25A (or 0x2AF25A) is known color: Malachite. HEX triplet: 2A, F2 and 5A. RGB value is (42,242,90). Sum of RGB (Red+Green+Blue) = 42+242+90=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 242 (94.92% from 255 or 64.71% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF25A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF25A is #D50DA5. Grayscale: #A5A5A5. Windows color (decimal): -13962662 or 5960234. OLE color: 5960234.

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

Color convert

RGB 42 242 90 -
CMYK 0.83 0 0.63 0.05
HSL 134.4º 0.88% 0.56% -
HSV(B) 134.4º 0.83% 0.95% -
XYZ 34.55 64.73 20.35 -
YUV 164.87 85.74 40.36 -
System Red Green Blue C M Y K H S L
Decimal 42 242 90 0.83 0 0.63 0.05 134.4 0.88 0.56
Hex 2A F2 5A 53 0 3F 5 86 58 38
Octal 52 362 132 123 0 77 5 206 130 70
Binary 101010 11110010 1011010 1010011 0 111111 101 10000110 1011000 111000

Color Harmonies of #2AF25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF25A

Black with #2AF25A

Text Example


Text Example

White with #2AF25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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