Html Css Color HEX #5CA170 Oxley

📋 copy color: '#5CA170'

red 92 ◦ green 161 ◦ blue 112

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

Shades of Oxley #5CA170

Tints of Oxley #5CA170

RGB

 RED value IS 92 (36.33% from 255) = 25.21%

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

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

R = 25.21%
G = 44.11%
B = 30.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#5CA170 (or 0x5CA170) is known color: Oxley. HEX triplet: 5C, A1 and 70. RGB value is (92,161,112). Sum of RGB (Red+Green+Blue) = 92+161+112=365 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.21% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA170 is #A35E8F. Grayscale: #868686. Windows color (decimal): -10706576 or 7381340. OLE color: 7381340.

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

Color convert

RGB 92 161 112 -
CMYK 0.43 0 0.30 0.37
HSL 137.39º 0.27% 0.5% -
HSV(B) 137.39º 0.43% 0.63% -
XYZ 20.08 28.93 19.86 -
YUV 134.78 115.14 97.48 -
System Red Green Blue C M Y K H S L
Decimal 92 161 112 0.43 0 0.30 0.37 137.39 0.27 0.5
Hex 5C A1 70 2B 0 1E 25 89 1B 32
Octal 134 241 160 53 0 36 45 211 33 62
Binary 1011100 10100001 1110000 101011 0 11110 100101 10001001 11011 110010

Color Harmonies of #5CA170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA170

Black with #5CA170

Text Example


Text Example

White with #5CA170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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