#5DA26F

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

Shades of Oxley #5DA26F

Tints of Oxley #5DA26F

Color information

#5DA26F (or 0x5DA26F) is unknown color: approx Oxley. HEX triplet: 5D, A2 and 6F. RGB value is (93,162,111). Sum of RGB (Red+Green+Blue) = 93+162+111=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA26F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA26F is #A25D90. Grayscale: #878787. Windows color (decimal): -10640785 or 7316061. OLE color: 7316061.

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

Color convert

RGB93162111-
CMYK0.4300.310.36
HSL135.65º27.06%50%-
HSV(B)135.65º42.59%63.53%-
XYZ20.329.3219.63-
YUV135.56114.1497.65-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.41%
GREEN value IS 162 (63.67% from 255) = 44.26%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=25.41%
G=44.26%
B=30.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal931621110.4300.310.36135.6527.0650
Hex5DA26F2B01F24881b32
Octal13524215753037442103362
Binary10111011010001011011111010110111111001001000100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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