Html Css Color HEX #2AF36D Malachite

📋 copy color: '#2AF36D'

red 42 ◦ green 243 ◦ blue 109

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

Shades of Malachite #2AF36D

Tints of Malachite #2AF36D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 61.68%

 BLUE value IS 109 (42.97% from 255) = 27.66%

R = 10.66%
G = 61.68%
B = 27.66%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#2AF36D (or 0x2AF36D) is known color: Malachite. HEX triplet: 2A, F3 and 6D. RGB value is (42,243,109). Sum of RGB (Red+Green+Blue) = 42+243+109=394 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.66% from 394); Green value is 243 (95.31% from 255 or 61.68% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF36D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF36D is #D50C92. Grayscale: #A7A7A7. Windows color (decimal): -13962387 or 7205674. OLE color: 7205674.

HSL color Cylindrical-coordinate representation of color #2AF36D: hue angle of 140º degrees, saturation: 0.89, 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 #2AF36D is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 42 243 109 -
CMYK 0.83 0 0.55 0.05
HSL 140º 0.89% 0.56% -
HSV(B) 140º 0.83% 0.95% -
XYZ 35.77 65.7 25.26 -
YUV 167.63 94.91 38.4 -
System Red Green Blue C M Y K H S L
Decimal 42 243 109 0.83 0 0.55 0.05 140 0.89 0.56
Hex 2A F3 6D 53 0 37 5 8C 59 38
Octal 52 363 155 123 0 67 5 214 131 70
Binary 101010 11110011 1101101 1010011 0 110111 101 10001100 1011001 111000

Color Harmonies of #2AF36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF36D

Black with #2AF36D

Text Example


Text Example

White with #2AF36D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,243,109); }

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

background-color css

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

 a { background-color: rgb(42,243,109); }

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

border-color css

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

 span { border-color: rgb(42,243,109); }

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