Html Css Color HEX #2AC65D Medium Sea Green

📋 copy color: '#2AC65D'

red 42 ◦ green 198 ◦ blue 93

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

Shades of Medium Sea Green #2AC65D

Tints of Medium Sea Green #2AC65D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 59.46%

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 12.61%
G = 59.46%
B = 27.93%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#2AC65D (or 0x2AC65D) is known color: Medium Sea Green. HEX triplet: 2A, C6 and 5D. RGB value is (42,198,93). Sum of RGB (Red+Green+Blue) = 42+198+93=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 198 (77.73% from 255 or 59.46% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 198 - color contains mainly: green. Hex color #2AC65D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC65D is #D539A2. Grayscale: #8B8B8B. Windows color (decimal): -13973923 or 6145578. OLE color: 6145578.

HSL color Cylindrical-coordinate representation of color #2AC65D: hue angle of 139.62º 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 #2AC65D is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 42 198 93 -
CMYK 0.79 0 0.53 0.22
HSL 139.62º 0.65% 0.47% -
HSV(B) 139.62º 0.79% 0.78% -
XYZ 23.12 41.67 17.18 -
YUV 139.39 101.82 58.54 -
System Red Green Blue C M Y K H S L
Decimal 42 198 93 0.79 0 0.53 0.22 139.62 0.65 0.47
Hex 2A C6 5D 4F 0 35 16 8C 41 2F
Octal 52 306 135 117 0 65 26 214 101 57
Binary 101010 11000110 1011101 1001111 0 110101 10110 10001100 1000001 101111

Color Harmonies of #2AC65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC65D

Black with #2AC65D

Text Example


Text Example

White with #2AC65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,198,93); }

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

background-color css

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

 a { background-color: rgb(42,198,93); }

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

border-color css

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

 span { border-color: rgb(42,198,93); }

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