Html Css Color HEX #2AC86A Medium Sea Green

📋 copy color: '#2AC86A'

red 42 ◦ green 200 ◦ blue 106

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

Shades of Medium Sea Green #2AC86A

Tints of Medium Sea Green #2AC86A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.47%

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

R = 12.07%
G = 57.47%
B = 30.46%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#2AC86A (or 0x2AC86A) is known color: Medium Sea Green. HEX triplet: 2A, C8 and 6A. RGB value is (42,200,106). Sum of RGB (Red+Green+Blue) = 42+200+106=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 200 (78.52% from 255 or 57.47% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC86A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC86A is #D53795. Grayscale: #8E8E8E. Windows color (decimal): -13973398 or 6998058. OLE color: 6998058.

HSL color Cylindrical-coordinate representation of color #2AC86A: hue angle of 144.3º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC86A is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 42 200 106 -
CMYK 0.79 0 0.47 0.22
HSL 144.3º 0.65% 0.47% -
HSV(B) 144.3º 0.79% 0.78% -
XYZ 24.21 42.84 20.63 -
YUV 142.04 107.65 56.64 -
System Red Green Blue C M Y K H S L
Decimal 42 200 106 0.79 0 0.47 0.22 144.3 0.65 0.47
Hex 2A C8 6A 4F 0 2F 16 90 41 2F
Octal 52 310 152 117 0 57 26 220 101 57
Binary 101010 11001000 1101010 1001111 0 101111 10110 10010000 1000001 101111

Color Harmonies of #2AC86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC86A

Black with #2AC86A

Text Example


Text Example

White with #2AC86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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