Html Css Color HEX #2ACD67 Medium Sea Green

📋 copy color: '#2ACD67'

red 42 ◦ green 205 ◦ blue 103

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

Shades of Medium Sea Green #2ACD67

Tints of Medium Sea Green #2ACD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.43%

R = 12%
G = 58.57%
B = 29.43%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#2ACD67 (or 0x2ACD67) is known color: Medium Sea Green. HEX triplet: 2A, CD and 67. RGB value is (42,205,103). Sum of RGB (Red+Green+Blue) = 42+205+103=350 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12% from 350); Green value is 205 (80.47% from 255 or 58.57% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACD67 is #D53298. Grayscale: #909090. Windows color (decimal): -13972121 or 6802730. OLE color: 6802730.

HSL color Cylindrical-coordinate representation of color #2ACD67: hue angle of 142.45º 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 #2ACD67 is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 42 205 103 -
CMYK 0.80 0 0.50 0.20
HSL 142.45º 0.66% 0.48% -
HSV(B) 142.45º 0.8% 0.8% -
XYZ 25.23 45.13 20.21 -
YUV 144.64 104.5 54.79 -
System Red Green Blue C M Y K H S L
Decimal 42 205 103 0.80 0 0.50 0.20 142.45 0.66 0.48
Hex 2A CD 67 50 0 32 14 8E 42 30
Octal 52 315 147 120 0 62 24 216 102 60
Binary 101010 11001101 1100111 1010000 0 110010 10100 10001110 1000010 110000

Color Harmonies of #2ACD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACD67

Black with #2ACD67

Text Example


Text Example

White with #2ACD67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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