Html Css Color HEX #2AEE6B Malachite

📋 copy color: '#2AEE6B'

red 42 ◦ green 238 ◦ blue 107

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

Shades of Malachite #2AEE6B

Tints of Malachite #2AEE6B

RGB

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

 GREEN value IS 238 (93.36% from 255) = 61.5%

 BLUE value IS 107 (42.19% from 255) = 27.65%

R = 10.85%
G = 61.5%
B = 27.65%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#2AEE6B (or 0x2AEE6B) is known color: Malachite. HEX triplet: 2A, EE and 6B. RGB value is (42,238,107). Sum of RGB (Red+Green+Blue) = 42+238+107=387 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.85% from 387); Green value is 238 (93.36% from 255 or 61.50% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEE6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AEE6B is #D51194. Grayscale: #A4A4A4. Windows color (decimal): -13963669 or 7073322. OLE color: 7073322.

HSL color Cylindrical-coordinate representation of color #2AEE6B: hue angle of 139.9º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEE6B is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 238 107 -
CMYK 0.82 0 0.55 0.07
HSL 139.9º 0.85% 0.55% -
HSV(B) 139.9º 0.82% 0.93% -
XYZ 34.18 62.7 24.21 -
YUV 164.46 95.57 40.65 -
System Red Green Blue C M Y K H S L
Decimal 42 238 107 0.82 0 0.55 0.07 139.9 0.85 0.55
Hex 2A EE 6B 52 0 37 7 8C 55 37
Octal 52 356 153 122 0 67 7 214 125 67
Binary 101010 11101110 1101011 1010010 0 110111 111 10001100 1010101 110111

Color Harmonies of #2AEE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEE6B

Black with #2AEE6B

Text Example


Text Example

White with #2AEE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,238,107); }

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

background-color css

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

 a { background-color: rgb(42,238,107); }

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

border-color css

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

 span { border-color: rgb(42,238,107); }

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