#5FA57A

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

Shades of Ocean Green #5FA57A

Tints of Ocean Green #5FA57A

Color information

#5FA57A (or 0x5FA57A) is unknown color: approx Ocean Green. HEX triplet: 5F, A5 and 7A. RGB value is (95,165,122). Sum of RGB (Red+Green+Blue) = 95+165+122=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA57A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA57A is #A05A85. Grayscale: #8B8B8B. Windows color (decimal): -10508934 or 8037727. OLE color: 8037727.

HSL color Cylindrical-coordinate representation of color #5FA57A: hue angle of 143.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA57A is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB95165122-
CMYK0.4200.260.35
HSL143.14º28%50.98%-
HSV(B)143.14º42.42%64.71%-
XYZ21.6930.7523.2-
YUV139.17118.3196.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.87%
GREEN value IS 165 (64.84% from 255) = 43.19%
BLUE value IS 122 (48.05% from 255) = 31.94%
R=24.87%
G=43.19%
B=31.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal951651220.4200.260.35143.142850.98
Hex5FA57A2A01A238f1c33
Octal13724517252032432173463
Binary10111111010010111110101010100110101000111000111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,165,122); }

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

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

 a { background-color: rgb(95,165,122); }

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

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

 span { border-color: rgb(95,165,122); }

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