#5FA97F

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

Shades of Ocean Green #5FA97F

Tints of Ocean Green #5FA97F

Color information

#5FA97F (or 0x5FA97F) is unknown color: approx Ocean Green. HEX triplet: 5F, A9 and 7F. RGB value is (95,169,127). Sum of RGB (Red+Green+Blue) = 95+169+127=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA97F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA97F is #A05680. Grayscale: #8E8E8E. Windows color (decimal): -10507905 or 8366431. OLE color: 8366431.

HSL color Cylindrical-coordinate representation of color #5FA97F: hue angle of 145.95º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FA97F is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB95169127-
CMYK0.4400.250.34
HSL145.95º30.08%51.76%-
HSV(B)145.95º43.79%66.27%-
XYZ22.7432.3425.12-
YUV142.09119.4894.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.30%
GREEN value IS 169 (66.41% from 255) = 43.22%
BLUE value IS 127 (50% from 255) = 32.48%
R=24.30%
G=43.22%
B=32.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal951691270.4400.250.34145.9530.0851.76
Hex5FA97F2C01922921e34
Octal13725117754031422223664
Binary10111111010100111111111011000110011000101001001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FA97F; }

 p { color: rgb(95,169,127); }

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

<style>
 a { background-color: #5FA97F; }

 a { background-color: rgb(95,169,127); }

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

<style>
 span { border-color: #5FA97F; }

 span { border-color: rgb(95,169,127); }

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