Html Css Color HEX #2ACB65 Medium Sea Green

📋 copy color: '#2ACB65'

red 42 ◦ green 203 ◦ blue 101

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

Shades of Medium Sea Green #2ACB65

Tints of Medium Sea Green #2ACB65

RGB

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

 GREEN value IS 203 (79.69% from 255) = 58.67%

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

R = 12.14%
G = 58.67%
B = 29.19%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#2ACB65 (or 0x2ACB65) is known color: Medium Sea Green. HEX triplet: 2A, CB and 65. RGB value is (42,203,101). Sum of RGB (Red+Green+Blue) = 42+203+101=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 203 (79.69% from 255 or 58.67% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACB65 is #D5349A. Grayscale: #8F8F8F. Windows color (decimal): -13972635 or 6671146. OLE color: 6671146.

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

Color convert

RGB 42 203 101 -
CMYK 0.79 0 0.50 0.20
HSL 141.99º 0.66% 0.48% -
HSV(B) 141.99º 0.79% 0.8% -
XYZ 24.66 44.14 19.53 -
YUV 143.23 104.16 55.79 -
System Red Green Blue C M Y K H S L
Decimal 42 203 101 0.79 0 0.50 0.20 141.99 0.66 0.48
Hex 2A CB 65 4F 0 32 14 8E 42 30
Octal 52 313 145 117 0 62 24 216 102 60
Binary 101010 11001011 1100101 1001111 0 110010 10100 10001110 1000010 110000

Color Harmonies of #2ACB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACB65

Black with #2ACB65

Text Example


Text Example

White with #2ACB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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