Html Css Color HEX #2AE666 Malachite

📋 copy color: '#2AE666'

red 42 ◦ green 230 ◦ blue 102

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

Shades of Malachite #2AE666

Tints of Malachite #2AE666

RGB

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

 GREEN value IS 230 (90.23% from 255) = 61.5%

 BLUE value IS 102 (40.23% from 255) = 27.27%

R = 11.23%
G = 61.5%
B = 27.27%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#2AE666 (or 0x2AE666) is known color: Malachite. HEX triplet: 2A, E6 and 66. RGB value is (42,230,102). Sum of RGB (Red+Green+Blue) = 42+230+102=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 230 (90.23% from 255 or 61.50% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE666 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE666 is #D51999. Grayscale: #9F9F9F. Windows color (decimal): -13965722 or 6743594. OLE color: 6743594.

HSL color Cylindrical-coordinate representation of color #2AE666: hue angle of 139.15º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE666 is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 42 230 102 -
CMYK 0.82 0 0.56 0.10
HSL 139.15º 0.79% 0.53% -
HSV(B) 139.15º 0.82% 0.9% -
XYZ 31.65 58.05 22.11 -
YUV 159.2 95.72 44.41 -
System Red Green Blue C M Y K H S L
Decimal 42 230 102 0.82 0 0.56 0.10 139.15 0.79 0.53
Hex 2A E6 66 52 0 38 A 8B 4F 35
Octal 52 346 146 122 0 70 12 213 117 65
Binary 101010 11100110 1100110 1010010 0 111000 1010 10001011 1001111 110101

Color Harmonies of #2AE666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE666

Black with #2AE666

Text Example


Text Example

White with #2AE666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,230,102); }

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

background-color css

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

 a { background-color: rgb(42,230,102); }

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

border-color css

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

 span { border-color: rgb(42,230,102); }

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