Html Css Color HEX #2AF85A Malachite

📋 copy color: '#2AF85A'

red 42 ◦ green 248 ◦ blue 90

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

Shades of Malachite #2AF85A

Tints of Malachite #2AF85A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 65.26%

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

R = 11.05%
G = 65.26%
B = 23.68%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#2AF85A (or 0x2AF85A) is known color: Malachite. HEX triplet: 2A, F8 and 5A. RGB value is (42,248,90). Sum of RGB (Red+Green+Blue) = 42+248+90=380 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.05% from 380); Green value is 248 (97.27% from 255 or 65.26% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF85A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF85A is #D507A5. Grayscale: #A8A8A8. Windows color (decimal): -13961126 or 5961770. OLE color: 5961770.

HSL color Cylindrical-coordinate representation of color #2AF85A: hue angle of 133.98º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF85A is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 42 248 90 -
CMYK 0.83 0 0.64 0.03
HSL 133.98º 0.94% 0.57% -
HSV(B) 133.98º 0.83% 0.97% -
XYZ 36.37 68.37 20.95 -
YUV 168.39 83.75 37.85 -
System Red Green Blue C M Y K H S L
Decimal 42 248 90 0.83 0 0.64 0.03 133.98 0.94 0.57
Hex 2A F8 5A 53 0 40 3 86 5E 39
Octal 52 370 132 123 0 100 3 206 136 71
Binary 101010 11111000 1011010 1010011 0 1000000 11 10000110 1011110 111001

Color Harmonies of #2AF85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF85A

Black with #2AF85A

Text Example


Text Example

White with #2AF85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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