Html Css Color HEX #5DA170 Oxley

📋 copy color: '#5DA170'

red 93 ◦ green 161 ◦ blue 112

#5DA170
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #5DA170

Tints of Oxley #5DA170

RGB

 RED value IS 93 (36.72% from 255) = 25.41%

 GREEN value IS 161 (63.28% from 255) = 43.99%

 BLUE value IS 112 (44.14% from 255) = 30.6%

R = 25.41%
G = 43.99%
B = 30.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#5DA170 (or 0x5DA170) is known color: Oxley. HEX triplet: 5D, A1 and 70. RGB value is (93,161,112). Sum of RGB (Red+Green+Blue) = 93+161+112=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA170 is #A25E8F. Grayscale: #878787. Windows color (decimal): -10641040 or 7381341. OLE color: 7381341.

HSL color Cylindrical-coordinate representation of color #5DA170: hue angle of 136.76º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA170 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 93 161 112 -
CMYK 0.42 0 0.30 0.37
HSL 136.76º 0.27% 0.5% -
HSV(B) 136.76º 0.42% 0.63% -
XYZ 20.18 28.99 19.86 -
YUV 135.08 114.97 97.98 -
System Red Green Blue C M Y K H S L
Decimal 93 161 112 0.42 0 0.30 0.37 136.76 0.27 0.5
Hex 5D A1 70 2A 0 1E 25 89 1B 32
Octal 135 241 160 52 0 36 45 211 33 62
Binary 1011101 10100001 1110000 101010 0 11110 100101 10001001 11011 110010

Color Harmonies of #5DA170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA170

Black with #5DA170

Text Example


Text Example

White with #5DA170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,161,112); }

 H1.HeaderClassName
 {
   color: #5DA170;
 }
 .AnyTagClassName
 {
   color: #5DA170;
 }
</style>

background-color css

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

 a { background-color: rgb(93,161,112); }

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

border-color css

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

 span { border-color: rgb(93,161,112); }

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