Html Css Color HEX #2AFA5F Malachite

📋 copy color: '#2AFA5F'

red 42 ◦ green 250 ◦ blue 95

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

Shades of Malachite #2AFA5F

Tints of Malachite #2AFA5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.55%

R = 10.85%
G = 64.6%
B = 24.55%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#2AFA5F (or 0x2AFA5F) is known color: Malachite. HEX triplet: 2A, FA and 5F. RGB value is (42,250,95). Sum of RGB (Red+Green+Blue) = 42+250+95=387 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.85% from 387); Green value is 250 (98.05% from 255 or 64.60% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFA5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFA5F is #D505A0. Grayscale: #AAAAAA. Windows color (decimal): -13960609 or 6289962. OLE color: 6289962.

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

Color convert

RGB 42 250 95 -
CMYK 0.83 0 0.62 0.02
HSL 135.29º 0.95% 0.57% -
HSV(B) 135.29º 0.83% 0.98% -
XYZ 37.21 69.69 22.32 -
YUV 170.14 85.59 36.6 -
System Red Green Blue C M Y K H S L
Decimal 42 250 95 0.83 0 0.62 0.02 135.29 0.95 0.57
Hex 2A FA 5F 53 0 3E 2 87 5F 39
Octal 52 372 137 123 0 76 2 207 137 71
Binary 101010 11111010 1011111 1010011 0 111110 10 10000111 1011111 111001

Color Harmonies of #2AFA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFA5F

Black with #2AFA5F

Text Example


Text Example

White with #2AFA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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