Html Css Color HEX #4FAC78 Ocean Green

📋 copy color: '#4FAC78'

red 79 ◦ green 172 ◦ blue 120

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

Shades of Ocean Green #4FAC78

Tints of Ocean Green #4FAC78

RGB

 RED value IS 79 (31.25% from 255) = 21.29%

 GREEN value IS 172 (67.58% from 255) = 46.36%

 BLUE value IS 120 (47.27% from 255) = 32.35%

R = 21.29%
G = 46.36%
B = 32.35%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#4FAC78 (or 0x4FAC78) is known color: Ocean Green. HEX triplet: 4F, AC and 78. RGB value is (79,172,120). Sum of RGB (Red+Green+Blue) = 79+172+120=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #4FAC78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAC78 is #B05387. Grayscale: #8A8A8A. Windows color (decimal): -11555720 or 7908431. OLE color: 7908431.

HSL color Cylindrical-coordinate representation of color #4FAC78: hue angle of 146.45º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAC78 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 172 120 -
CMYK 0.54 0 0.30 0.33
HSL 146.45º 0.37% 0.49% -
HSV(B) 146.45º 0.54% 0.67% -
XYZ 21.37 32.52 22.92 -
YUV 138.27 117.69 85.73 -
System Red Green Blue C M Y K H S L
Decimal 79 172 120 0.54 0 0.30 0.33 146.45 0.37 0.49
Hex 4F AC 78 36 0 1E 21 92 25 31
Octal 117 254 170 66 0 36 41 222 45 61
Binary 1001111 10101100 1111000 110110 0 11110 100001 10010010 100101 110001

Color Harmonies of #4FAC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAC78

Black with #4FAC78

Text Example


Text Example

White with #4FAC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,172,120); }

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

background-color css

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

 a { background-color: rgb(79,172,120); }

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

border-color css

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

 span { border-color: rgb(79,172,120); }

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