Html Css Color HEX #4AB97F Ocean Green

📋 copy color: '#4AB97F'

red 74 ◦ green 185 ◦ blue 127

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

Shades of Ocean Green #4AB97F

Tints of Ocean Green #4AB97F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.9%

R = 19.17%
G = 47.93%
B = 32.9%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#4AB97F (or 0x4AB97F) is known color: Ocean Green. HEX triplet: 4A, B9 and 7F. RGB value is (74,185,127). Sum of RGB (Red+Green+Blue) = 74+185+127=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB97F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB97F is #B54680. Grayscale: #919191. Windows color (decimal): -11880065 or 8370506. OLE color: 8370506.

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

Color convert

RGB 74 185 127 -
CMYK 0.6 0 0.31 0.27
HSL 148.65º 0.44% 0.51% -
HSV(B) 148.65º 0.6% 0.73% -
XYZ 24 37.69 26.09 -
YUV 145.2 117.73 77.22 -
System Red Green Blue C M Y K H S L
Decimal 74 185 127 0.6 0 0.31 0.27 148.65 0.44 0.51
Hex 4A B9 7F 3C 0 1F 1B 95 2C 33
Octal 112 271 177 74 0 37 33 225 54 63
Binary 1001010 10111001 1111111 111100 0 11111 11011 10010101 101100 110011

Color Harmonies of #4AB97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB97F

Black with #4AB97F

Text Example


Text Example

White with #4AB97F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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