Html Css Color HEX #2AC17C Mountain Meadow

📋 copy color: '#2AC17C'

red 42 ◦ green 193 ◦ blue 124

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

Shades of Mountain Meadow #2AC17C

Tints of Mountain Meadow #2AC17C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.76%

 BLUE value IS 124 (48.83% from 255) = 34.54%

R = 11.7%
G = 53.76%
B = 34.54%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#2AC17C (or 0x2AC17C) is known color: Mountain Meadow. HEX triplet: 2A, C1 and 7C. RGB value is (42,193,124). Sum of RGB (Red+Green+Blue) = 42+193+124=359 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.70% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC17C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC17C is #D53E83. Grayscale: #8C8C8C. Windows color (decimal): -13975172 or 8175914. OLE color: 8175914.

HSL color Cylindrical-coordinate representation of color #2AC17C: hue angle of 152.58º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC17C is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 42 193 124 -
CMYK 0.78 0 0.36 0.24
HSL 152.58º 0.64% 0.46% -
HSV(B) 152.58º 0.78% 0.76% -
XYZ 23.66 40.09 25.56 -
YUV 139.99 118.97 58.11 -
System Red Green Blue C M Y K H S L
Decimal 42 193 124 0.78 0 0.36 0.24 152.58 0.64 0.46
Hex 2A C1 7C 4E 0 24 18 99 40 2E
Octal 52 301 174 116 0 44 30 231 100 56
Binary 101010 11000001 1111100 1001110 0 100100 11000 10011001 1000000 101110

Color Harmonies of #2AC17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC17C

Black with #2AC17C

Text Example


Text Example

White with #2AC17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,193,124); }

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

background-color css

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

 a { background-color: rgb(42,193,124); }

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

border-color css

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

 span { border-color: rgb(42,193,124); }

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