Html Css Color HEX #2AC15F Medium Sea Green

📋 copy color: '#2AC15F'

red 42 ◦ green 193 ◦ blue 95

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

Shades of Medium Sea Green #2AC15F

Tints of Medium Sea Green #2AC15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.79%

R = 12.73%
G = 58.48%
B = 28.79%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#2AC15F (or 0x2AC15F) is known color: Medium Sea Green. HEX triplet: 2A, C1 and 5F. RGB value is (42,193,95). Sum of RGB (Red+Green+Blue) = 42+193+95=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC15F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC15F is #D53EA0. Grayscale: #888888. Windows color (decimal): -13975201 or 6275370. OLE color: 6275370.

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

Color convert

RGB 42 193 95 -
CMYK 0.78 0 0.51 0.24
HSL 141.06º 0.64% 0.46% -
HSV(B) 141.06º 0.78% 0.76% -
XYZ 22.09 39.46 17.28 -
YUV 136.68 104.47 60.47 -
System Red Green Blue C M Y K H S L
Decimal 42 193 95 0.78 0 0.51 0.24 141.06 0.64 0.46
Hex 2A C1 5F 4E 0 33 18 8D 40 2E
Octal 52 301 137 116 0 63 30 215 100 56
Binary 101010 11000001 1011111 1001110 0 110011 11000 10001101 1000000 101110

Color Harmonies of #2AC15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC15F

Black with #2AC15F

Text Example


Text Example

White with #2AC15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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