#4FA86E

Color #4FA86E Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4FA86E

Tints of Ocean Green #4FA86E

Color information

#4FA86E (or 0x4FA86E) is unknown color: approx Ocean Green. HEX triplet: 4F, A8 and 6E. RGB value is (79,168,110). Sum of RGB (Red+Green+Blue) = 79+168+110=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 168 - color contains mainly: green. Hex color #4FA86E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA86E is #B05791. Grayscale: #868686. Windows color (decimal): -11556754 or 7252047. OLE color: 7252047.

HSL color Cylindrical-coordinate representation of color #4FA86E: hue angle of 140.9º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA86E is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB79168110-
CMYK0.5300.350.34
HSL140.9º36.03%48.43%-
HSV(B)140.9º52.98%65.88%-
XYZ20.0430.7919.64-
YUV134.78114.0188.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.13%
GREEN value IS 168 (66.02% from 255) = 47.06%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=22.13%
G=47.06%
B=30.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal791681100.5300.350.34140.936.0348.43
Hex4FA86E35023228d2430
Octal11725015665043422154460
Binary1001111101010001101110110101010001110001010001101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,168,110); }

 H1.HeaderClassName
 {
   color: #4FA86E;
 }
 .AnyTagClassName
 {
   color: #4FA86E;
 }
</style>
background-color css

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

 a { background-color: rgb(79,168,110); }

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

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

 span { border-color: rgb(79,168,110); }

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