Html Css Color HEX #2AC566 Medium Sea Green

📋 copy color: '#2AC566'

red 42 ◦ green 197 ◦ blue 102

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

Shades of Medium Sea Green #2AC566

Tints of Medium Sea Green #2AC566

RGB

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

 GREEN value IS 197 (77.34% from 255) = 57.77%

 BLUE value IS 102 (40.23% from 255) = 29.91%

R = 12.32%
G = 57.77%
B = 29.91%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#2AC566 (or 0x2AC566) is known color: Medium Sea Green. HEX triplet: 2A, C5 and 66. RGB value is (42,197,102). Sum of RGB (Red+Green+Blue) = 42+197+102=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 197 (77.34% from 255 or 57.77% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 197 - color contains mainly: green. Hex color #2AC566 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC566 is #D53A99. Grayscale: #8C8C8C. Windows color (decimal): -13974170 or 6735146. OLE color: 6735146.

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

Color convert

RGB 42 197 102 -
CMYK 0.79 0 0.48 0.23
HSL 143.23º 0.65% 0.47% -
HSV(B) 143.23º 0.79% 0.77% -
XYZ 23.32 41.38 19.33 -
YUV 139.83 106.65 58.22 -
System Red Green Blue C M Y K H S L
Decimal 42 197 102 0.79 0 0.48 0.23 143.23 0.65 0.47
Hex 2A C5 66 4F 0 30 17 8F 41 2F
Octal 52 305 146 117 0 60 27 217 101 57
Binary 101010 11000101 1100110 1001111 0 110000 10111 10001111 1000001 101111

Color Harmonies of #2AC566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC566

Black with #2AC566

Text Example


Text Example

White with #2AC566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,197,102); }

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

background-color css

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

 a { background-color: rgb(42,197,102); }

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

border-color css

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

 span { border-color: rgb(42,197,102); }

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