Html Css Color HEX #2AF94D Malachite

📋 copy color: '#2AF94D'

red 42 ◦ green 249 ◦ blue 77

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

Shades of Malachite #2AF94D

Tints of Malachite #2AF94D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 67.66%

 BLUE value IS 77 (30.47% from 255) = 20.92%

R = 11.41%
G = 67.66%
B = 20.92%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#2AF94D (or 0x2AF94D) is known color: Malachite. HEX triplet: 2A, F9 and 4D. RGB value is (42,249,77). Sum of RGB (Red+Green+Blue) = 42+249+77=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 249 (97.66% from 255 or 67.66% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF94D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF94D is #D506B2. Grayscale: #A7A7A7. Windows color (decimal): -13960883 or 5110058. OLE color: 5110058.

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

Color convert

RGB 42 249 77 -
CMYK 0.83 0 0.69 0.02
HSL 130.14º 0.95% 0.57% -
HSV(B) 130.14º 0.83% 0.98% -
XYZ 36.17 68.78 18.39 -
YUV 167.5 76.92 38.49 -
System Red Green Blue C M Y K H S L
Decimal 42 249 77 0.83 0 0.69 0.02 130.14 0.95 0.57
Hex 2A F9 4D 53 0 45 2 82 5F 39
Octal 52 371 115 123 0 105 2 202 137 71
Binary 101010 11111001 1001101 1010011 0 1000101 10 10000010 1011111 111001

Color Harmonies of #2AF94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF94D

Black with #2AF94D

Text Example


Text Example

White with #2AF94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,249,77); }

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

background-color css

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

 a { background-color: rgb(42,249,77); }

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

border-color css

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

 span { border-color: rgb(42,249,77); }

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