#5FA27A

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

Shades of Oxley #5FA27A

Tints of Oxley #5FA27A

Color information

#5FA27A (or 0x5FA27A) is unknown color: approx Oxley. HEX triplet: 5F, A2 and 7A. RGB value is (95,162,122). Sum of RGB (Red+Green+Blue) = 95+162+122=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA27A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA27A is #A05D85. Grayscale: #898989. Windows color (decimal): -10509702 or 8036959. OLE color: 8036959.

HSL color Cylindrical-coordinate representation of color #5FA27A: hue angle of 144.18º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA27A is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB95162122-
CMYK0.4100.250.36
HSL144.18º26.48%50.39%-
HSV(B)144.18º41.36%63.53%-
XYZ21.1529.6823.03-
YUV137.41119.397.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.07%
GREEN value IS 162 (63.67% from 255) = 42.74%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=25.07%
G=42.74%
B=32.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal951621220.4100.250.36144.1826.4850.39
Hex5FA27A2901924901a32
Octal13724217251031442203262
Binary10111111010001011110101010010110011001001001000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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