Html Css Color HEX #2AC26A Medium Sea Green

📋 copy color: '#2AC26A'

red 42 ◦ green 194 ◦ blue 106

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

Shades of Medium Sea Green #2AC26A

Tints of Medium Sea Green #2AC26A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.73%

 BLUE value IS 106 (41.8% from 255) = 30.99%

R = 12.28%
G = 56.73%
B = 30.99%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#2AC26A (or 0x2AC26A) is known color: Medium Sea Green. HEX triplet: 2A, C2 and 6A. RGB value is (42,194,106). Sum of RGB (Red+Green+Blue) = 42+194+106=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 194 (76.17% from 255 or 56.73% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC26A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC26A is #D53D95. Grayscale: #8A8A8A. Windows color (decimal): -13974934 or 6996522. OLE color: 6996522.

HSL color Cylindrical-coordinate representation of color #2AC26A: hue angle of 145.26º 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 #2AC26A is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 42 194 106 -
CMYK 0.78 0 0.45 0.24
HSL 145.26º 0.64% 0.46% -
HSV(B) 145.26º 0.78% 0.76% -
XYZ 22.85 40.12 20.17 -
YUV 138.52 109.64 59.16 -
System Red Green Blue C M Y K H S L
Decimal 42 194 106 0.78 0 0.45 0.24 145.26 0.64 0.46
Hex 2A C2 6A 4E 0 2D 18 91 40 2E
Octal 52 302 152 116 0 55 30 221 100 56
Binary 101010 11000010 1101010 1001110 0 101101 11000 10010001 1000000 101110

Color Harmonies of #2AC26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC26A

Black with #2AC26A

Text Example


Text Example

White with #2AC26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,194,106); }

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

background-color css

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

 a { background-color: rgb(42,194,106); }

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

border-color css

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

 span { border-color: rgb(42,194,106); }

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