Html Css Color HEX #2ABC7D Mountain Meadow

📋 copy color: '#2ABC7D'

red 42 ◦ green 188 ◦ blue 125

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

Shades of Mountain Meadow #2ABC7D

Tints of Mountain Meadow #2ABC7D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.96%

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 11.83%
G = 52.96%
B = 35.21%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#2ABC7D (or 0x2ABC7D) is known color: Mountain Meadow. HEX triplet: 2A, BC and 7D. RGB value is (42,188,125). Sum of RGB (Red+Green+Blue) = 42+188+125=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABC7D is #D54382. Grayscale: #898989. Windows color (decimal): -13976451 or 8240170. OLE color: 8240170.

HSL color Cylindrical-coordinate representation of color #2ABC7D: hue angle of 154.11º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABC7D is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 188 125 -
CMYK 0.78 0 0.34 0.26
HSL 154.11º 0.63% 0.45% -
HSV(B) 154.11º 0.78% 0.74% -
XYZ 22.64 37.94 25.53 -
YUV 137.16 121.13 60.12 -
System Red Green Blue C M Y K H S L
Decimal 42 188 125 0.78 0 0.34 0.26 154.11 0.63 0.45
Hex 2A BC 7D 4E 0 22 1A 9A 3F 2D
Octal 52 274 175 116 0 42 32 232 77 55
Binary 101010 10111100 1111101 1001110 0 100010 11010 10011010 111111 101101

Color Harmonies of #2ABC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABC7D

Black with #2ABC7D

Text Example


Text Example

White with #2ABC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,188,125); }

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

background-color css

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

 a { background-color: rgb(42,188,125); }

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

border-color css

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

 span { border-color: rgb(42,188,125); }

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