Html Css Color HEX #4AB981 Ocean Green

📋 copy color: '#4AB981'

red 74 ◦ green 185 ◦ blue 129

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

Shades of Ocean Green #4AB981

Tints of Ocean Green #4AB981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.25%

R = 19.07%
G = 47.68%
B = 33.25%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#4AB981 (or 0x4AB981) is known color: Ocean Green. HEX triplet: 4A, B9 and 81. RGB value is (74,185,129). Sum of RGB (Red+Green+Blue) = 74+185+129=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB981 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB981 is #B5467E. Grayscale: #919191. Windows color (decimal): -11880063 or 8501578. OLE color: 8501578.

HSL color Cylindrical-coordinate representation of color #4AB981: hue angle of 149.73º 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 #4AB981 is Cyan = 0.6, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 185 129 -
CMYK 0.6 0 0.30 0.27
HSL 149.73º 0.44% 0.51% -
HSV(B) 149.73º 0.6% 0.73% -
XYZ 24.14 37.74 26.78 -
YUV 145.43 118.73 77.05 -
System Red Green Blue C M Y K H S L
Decimal 74 185 129 0.6 0 0.30 0.27 149.73 0.44 0.51
Hex 4A B9 81 3C 0 1E 1B 96 2C 33
Octal 112 271 201 74 0 36 33 226 54 63
Binary 1001010 10111001 10000001 111100 0 11110 11011 10010110 101100 110011

Color Harmonies of #4AB981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB981

Black with #4AB981

Text Example


Text Example

White with #4AB981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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