#5A9E6A

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

Shades of Oxley #5A9E6A

Tints of Oxley #5A9E6A

Color information

#5A9E6A (or 0x5A9E6A) is unknown color: approx Oxley. HEX triplet: 5A, 9E and 6A. RGB value is (90,158,106). Sum of RGB (Red+Green+Blue) = 90+158+106=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 158 - color contains mainly: green. Hex color #5A9E6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9E6A is #A56195. Grayscale: #838383. Windows color (decimal): -10838422 or 6987354. OLE color: 6987354.

HSL color Cylindrical-coordinate representation of color #5A9E6A: hue angle of 134.12º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9E6A is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB90158106-
CMYK0.4300.330.38
HSL134.12º27.42%48.63%-
HSV(B)134.12º43.04%61.96%-
XYZ19.0427.6717.97-
YUV131.74113.4798.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.42%
GREEN value IS 158 (62.11% from 255) = 44.63%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=25.42%
G=44.63%
B=29.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal901581060.4300.330.38134.1227.4248.63
Hex5A9E6A2B02126861b31
Octal13223615253041462063361
Binary101101010011110110101010101101000011001101000011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,158,106); }

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

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

 a { background-color: rgb(90,158,106); }

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

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

 span { border-color: rgb(90,158,106); }

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