Html Css Color HEX #2ACD65 Medium Sea Green

📋 copy color: '#2ACD65'

red 42 ◦ green 205 ◦ blue 101

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

Shades of Medium Sea Green #2ACD65

Tints of Medium Sea Green #2ACD65

RGB

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

 GREEN value IS 205 (80.47% from 255) = 58.91%

 BLUE value IS 101 (39.84% from 255) = 29.02%

R = 12.07%
G = 58.91%
B = 29.02%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#2ACD65 (or 0x2ACD65) is known color: Medium Sea Green. HEX triplet: 2A, CD and 65. RGB value is (42,205,101). Sum of RGB (Red+Green+Blue) = 42+205+101=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 205 (80.47% from 255 or 58.91% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACD65 is #D5329A. Grayscale: #909090. Windows color (decimal): -13972123 or 6671658. OLE color: 6671658.

HSL color Cylindrical-coordinate representation of color #2ACD65: hue angle of 141.72º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACD65 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 42 205 101 -
CMYK 0.80 0 0.51 0.20
HSL 141.72º 0.66% 0.48% -
HSV(B) 141.72º 0.8% 0.8% -
XYZ 25.14 45.09 19.69 -
YUV 144.41 103.5 54.96 -
System Red Green Blue C M Y K H S L
Decimal 42 205 101 0.80 0 0.51 0.20 141.72 0.66 0.48
Hex 2A CD 65 50 0 33 14 8E 42 30
Octal 52 315 145 120 0 63 24 216 102 60
Binary 101010 11001101 1100101 1010000 0 110011 10100 10001110 1000010 110000

Color Harmonies of #2ACD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACD65

Black with #2ACD65

Text Example


Text Example

White with #2ACD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,205,101); }

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

background-color css

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

 a { background-color: rgb(42,205,101); }

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

border-color css

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

 span { border-color: rgb(42,205,101); }

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