Html Css Color HEX #2AC268 Medium Sea Green

📋 copy color: '#2AC268'

red 42 ◦ green 194 ◦ blue 104

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

Shades of Medium Sea Green #2AC268

Tints of Medium Sea Green #2AC268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 12.35%
G = 57.06%
B = 30.59%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#2AC268 (or 0x2AC268) is known color: Medium Sea Green. HEX triplet: 2A, C2 and 68. RGB value is (42,194,104). Sum of RGB (Red+Green+Blue) = 42+194+104=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC268 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC268 is #D53D97. Grayscale: #8A8A8A. Windows color (decimal): -13974936 or 6865450. OLE color: 6865450.

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

Color convert

RGB 42 194 104 -
CMYK 0.78 0 0.46 0.24
HSL 144.47º 0.64% 0.46% -
HSV(B) 144.47º 0.78% 0.76% -
XYZ 22.75 40.08 19.63 -
YUV 138.29 108.64 59.32 -
System Red Green Blue C M Y K H S L
Decimal 42 194 104 0.78 0 0.46 0.24 144.47 0.64 0.46
Hex 2A C2 68 4E 0 2E 18 90 40 2E
Octal 52 302 150 116 0 56 30 220 100 56
Binary 101010 11000010 1101000 1001110 0 101110 11000 10010000 1000000 101110

Color Harmonies of #2AC268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC268

Black with #2AC268

Text Example


Text Example

White with #2AC268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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