Html Css Color HEX #2AC264 Medium Sea Green

📋 copy color: '#2AC264'

red 42 ◦ green 194 ◦ blue 100

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

Shades of Medium Sea Green #2AC264

Tints of Medium Sea Green #2AC264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.76%

R = 12.5%
G = 57.74%
B = 29.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#2AC264 (or 0x2AC264) is known color: Medium Sea Green. HEX triplet: 2A, C2 and 64. RGB value is (42,194,100). Sum of RGB (Red+Green+Blue) = 42+194+100=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 194 (76.17% from 255 or 57.74% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC264 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC264 is #D53D9B. Grayscale: #8A8A8A. Windows color (decimal): -13974940 or 6603306. OLE color: 6603306.

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

Color convert

RGB 42 194 100 -
CMYK 0.78 0 0.48 0.24
HSL 142.89º 0.64% 0.46% -
HSV(B) 142.89º 0.78% 0.76% -
XYZ 22.55 40 18.59 -
YUV 137.84 106.64 59.64 -
System Red Green Blue C M Y K H S L
Decimal 42 194 100 0.78 0 0.48 0.24 142.89 0.64 0.46
Hex 2A C2 64 4E 0 30 18 8F 40 2E
Octal 52 302 144 116 0 60 30 217 100 56
Binary 101010 11000010 1100100 1001110 0 110000 11000 10001111 1000000 101110

Color Harmonies of #2AC264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC264

Black with #2AC264

Text Example


Text Example

White with #2AC264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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