Html Css Color HEX #2AFA5D Malachite

📋 copy color: '#2AFA5D'

red 42 ◦ green 250 ◦ blue 93

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

Shades of Malachite #2AFA5D

Tints of Malachite #2AFA5D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 64.94%

 BLUE value IS 93 (36.72% from 255) = 24.16%

R = 10.91%
G = 64.94%
B = 24.16%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#2AFA5D (or 0x2AFA5D) is known color: Malachite. HEX triplet: 2A, FA and 5D. RGB value is (42,250,93). Sum of RGB (Red+Green+Blue) = 42+250+93=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 250 (98.05% from 255 or 64.94% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFA5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFA5D is #D505A2. Grayscale: #AAAAAA. Windows color (decimal): -13960611 or 6158890. OLE color: 6158890.

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

Color convert

RGB 42 250 93 -
CMYK 0.83 0 0.63 0.02
HSL 134.71º 0.95% 0.57% -
HSV(B) 134.71º 0.83% 0.98% -
XYZ 37.12 69.65 21.84 -
YUV 169.91 84.59 36.77 -
System Red Green Blue C M Y K H S L
Decimal 42 250 93 0.83 0 0.63 0.02 134.71 0.95 0.57
Hex 2A FA 5D 53 0 3F 2 87 5F 39
Octal 52 372 135 123 0 77 2 207 137 71
Binary 101010 11111010 1011101 1010011 0 111111 10 10000111 1011111 111001

Color Harmonies of #2AFA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFA5D

Black with #2AFA5D

Text Example


Text Example

White with #2AFA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,250,93); }

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

background-color css

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

 a { background-color: rgb(42,250,93); }

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

border-color css

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

 span { border-color: rgb(42,250,93); }

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