#4FA26F

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

Shades of Ocean Green #4FA26F

Tints of Ocean Green #4FA26F

Color information

#4FA26F (or 0x4FA26F) is unknown color: approx Ocean Green. HEX triplet: 4F, A2 and 6F. RGB value is (79,162,111). Sum of RGB (Red+Green+Blue) = 79+162+111=352 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.44% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA26F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA26F is #B05D90. Grayscale: #838383. Windows color (decimal): -11558289 or 7316047. OLE color: 7316047.

HSL color Cylindrical-coordinate representation of color #4FA26F: hue angle of 143.13º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA26F is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB79162111-
CMYK0.5100.310.36
HSL143.13º34.44%47.25%-
HSV(B)143.13º51.23%63.53%-
XYZ19.0128.6519.57-
YUV131.37116.590.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.44%
GREEN value IS 162 (63.67% from 255) = 46.02%
BLUE value IS 111 (43.75% from 255) = 31.53%
R=22.44%
G=46.02%
B=31.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal791621110.5100.310.36143.1334.4447.25
Hex4FA26F3301F248f222f
Octal11724215763037442174257
Binary100111110100010110111111001101111110010010001111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,162,111); }

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

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

 a { background-color: rgb(79,162,111); }

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

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

 span { border-color: rgb(79,162,111); }

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