Html Css Color HEX #4AB970 Medium Sea Green

📋 copy color: '#4AB970'

red 74 ◦ green 185 ◦ blue 112

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

Shades of Medium Sea Green #4AB970

Tints of Medium Sea Green #4AB970

RGB

 RED value IS 74 (29.3% from 255) = 19.95%

 GREEN value IS 185 (72.66% from 255) = 49.87%

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 19.95%
G = 49.87%
B = 30.19%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#4AB970 (or 0x4AB970) is known color: Medium Sea Green. HEX triplet: 4A, B9 and 70. RGB value is (74,185,112). Sum of RGB (Red+Green+Blue) = 74+185+112=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB970 is #B5468F. Grayscale: #8F8F8F. Windows color (decimal): -11880080 or 7387466. OLE color: 7387466.

HSL color Cylindrical-coordinate representation of color #4AB970: hue angle of 140.54º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB970 is Cyan = 0.6, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 185 112 -
CMYK 0.6 0 0.39 0.27
HSL 140.54º 0.44% 0.51% -
HSV(B) 140.54º 0.6% 0.73% -
XYZ 23.1 37.32 21.32 -
YUV 143.49 110.23 78.44 -
System Red Green Blue C M Y K H S L
Decimal 74 185 112 0.6 0 0.39 0.27 140.54 0.44 0.51
Hex 4A B9 70 3C 0 27 1B 8D 2C 33
Octal 112 271 160 74 0 47 33 215 54 63
Binary 1001010 10111001 1110000 111100 0 100111 11011 10001101 101100 110011

Color Harmonies of #4AB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB970

Black with #4AB970

Text Example


Text Example

White with #4AB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AB970; }

 p { color: rgb(74,185,112); }

 H1.HeaderClassName
 {
   color: #4AB970;
 }
 .AnyTagClassName
 {
   color: #4AB970;
 }
</style>

background-color css

<style>
 a { background-color: #4AB970; }

 a { background-color: rgb(74,185,112); }

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

border-color css

<style>
 span { border-color: #4AB970; }

 span { border-color: rgb(74,185,112); }

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